Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SelectionStart Property


In This Topic
    SelectionStart Property (SuperEditBase)
    In This Topic
    Gets or sets the starting point of selected characters or the position of the insertion point if no characters are selected.
    Syntax
    'Declaration
     
    
    Public Overridable Property SelectionStart As Integer
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Integer
     
    instance.SelectionStart = value
     
    value = instance.SelectionStart
    public virtual int SelectionStart {get; set;}
    See Also