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


In This Topic
    Editable Property (ComboBoxCellType)
    In This Topic
    Gets or sets whether you can type into the edit portion of the combo box.
    Syntax
    'Declaration
     
    
    Public Property Editable As Boolean
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As Boolean
     
    instance.Editable = value
     
    value = instance.Editable
    public bool Editable {get; set;}
    See Also