Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / DoubleClickTextToDropDown Property


In This Topic
DoubleClickTextToDropDown Property
In This Topic
Gets or sets whether to display the combo box list when double-clicking the text area.
Syntax
'Declaration
 
Public Property DoubleClickTextToDropDown As Boolean
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As Boolean
 
instance.DoubleClickTextToDropDown = value
 
value = instance.DoubleClickTextToDropDown
See Also