| TextAreaIHandlerSelection Property  | 
 
            Gets or sets the range of selected text.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxRange<int> Selection { get; set; }Property Selection As Range(Of Integer)
	Get
	Set
abstract Selection : Range<int> with get, set
Property Value
Type: 
RangeInt32The text selection.
 See Also
See Also