Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / SelectionLength Property


In This Topic
    SelectionLength Property (FpCombo)
    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 FpCombo
    Dim value As Integer
     
    instance.SelectionLength = value
     
    value = instance.SelectionLength
    public virtual int SelectionLength {get; set;}
    See Also