Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / DropDownEditor Property


In This Topic
    DropDownEditor Property (GcTextBox)
    In This Topic
    Gets the settings for the drop-down editor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropDownEditor As DropDownEditor
    'Usage
     
    
    Dim instance As GcTextBox
    Dim value As DropDownEditor
     
    value = instance.DropDownEditor
    public DropDownEditor DropDownEditor {get;}

    Property Value

    A DropDownEditor instance that indicates the settings for the drop-down editor.
    Remarks
    The drop-down window can be customized by setting this DropDownEditor property.
    See Also