CssLineBoxIsLastSelectedWord 方法 |
Check if the given word is the last selected word in the line.
It can either be the last word in the line or the next word has no selection.
命名空间:
DSkin.Html.Core.Dom
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public bool IsLastSelectedWord(
CssRect word
)
参数
- word
- 类型:DSkin.Html.Core.DomCssRect
the word to check
返回值
类型:
Boolean[缺少 "M:DSkin.Html.Core.Dom.CssLineBox.IsLastSelectedWord(DSkin.Html.Core.Dom.CssRect)" 的 <returns> 文档]
参见