ThemedTextStepperHandlerSelection Property |
Gets or sets the current text selection.
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Range<int> Selection { get; set; }
Public Property Selection As Range(Of Integer)
Get
Set
abstract Selection : Range<int> with get, set
override Selection : Range<int> with get, set
Property Value
Type:
RangeInt32The text selection.
Implements
TextBoxIHandlerSelectionSee Also