Edit.Selection Property (Typed) | |
The position of the cursor in the edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Selection AS Selection GET SET
public virtual Selection Selection { get; set; }
Request Example
View SourceProperty Value
Type:
SelectionThe position of the cursor in the edit control.
Remarks
The position of the cursor in the edit control. For example, a Selection of {5,10} means the text from position 5 through 9 inclusive is selected, while a Selection of {5,5} means the cursor is positioned in front of the fifth character.
See Also