点击或拖拽改变大小

SelectionHandlerGetSelectingStartIndex 方法

The selection start index if the first 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
语法
C#
public int GetSelectingStartIndex(
	CssRect word
)

参数

word
类型:DSkin.Html.Core.DomCssRect
the word to return the selection start index for

返回值

类型:Int32
data value or -1 if not applicable
备注
Handles backward selecting by returning the selection end data instead of start.
参见