Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / DropDownWhenStartEditing Property


In This Topic
    DropDownWhenStartEditing Property
    In This Topic
    Gets or sets whether to display the combo box list when pressing the enter key.
    Syntax
    'Declaration
     
    
    Public Property DropDownWhenStartEditing As Boolean
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As Boolean
     
    instance.DropDownWhenStartEditing = value
     
    value = instance.DropDownWhenStartEditing
    public bool DropDownWhenStartEditing {get; set;}
    See Also