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


In This Topic
    SelectionLength Property (SuperEditBase)
    In This Topic
    Gets or sets the number of characters selected in the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Property SelectionLength As Integer
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Integer
     
    instance.SelectionLength = value
     
    value = instance.SelectionLength
    public virtual int SelectionLength {get; set;}
    See Also