Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / Editable Property


In This Topic
Editable Property (MultiColumnComboBoxCellType)
In This Topic
Gets or sets whether you can type into the edit portion of the multi-column combo box.
Syntax
'Declaration
 
Public Property Editable As Boolean
 
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As Boolean
 
instance.Editable = value
 
value = instance.Editable
See Also