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


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