Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / SelectionStart Property


In This Topic
    SelectionStart Property (DropDownEditor)
    In This Topic
    Gets or sets the starting point of text selected in the drop-down window.
    Syntax
    'Declaration
     
    
    Public Property SelectionStart As Integer
    'Usage
     
    
    Dim instance As DropDownEditor
    Dim value As Integer
     
    instance.SelectionStart = value
     
    value = instance.SelectionStart
    public int SelectionStart {get; set;}

    Property Value

    The starting position of the selected text.
    See Also