Click or drag to resize

EditWindow.Selection Property (Typed)

X#
A Selection object, representing the currently selected text in the edit window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Selection AS Selection GET SET 
Request Example View Source

Property Value

Type: Selection
A Selection object, representing the currently selected text in the edit window.
Remarks
A Selection object, representing the currently selected text in the edit window. For example, a Selection value of {5,10} means the text from position 5 through 9 inclusive is selected, while a Selection value of {5,5} means the cursor is positioned in front of the fifth character.
See Also