SelectionHandlerGetSelectedEndOffset 方法 |
The selection end offset if the last selected word is partially selected (-1 if not selected or fully selected)
if the given word is not starting or ending selection word -1 is returned as full word selection is in place.
命名空间:
DSkin.Html.Core.Handlers
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public double GetSelectedEndOffset(
CssRect word
)
参数
- word
- 类型:DSkin.Html.Core.DomCssRect
the word to return the selection end offset for
返回值
类型:
Double[缺少 "M:DSkin.Html.Core.Handlers.SelectionHandler.GetSelectedEndOffset(DSkin.Html.Core.Dom.CssRect)" 的 <returns> 文档]
备注
Handles backward selecting by returning the selection end data instead of start.
参见