Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / DropDownEditor Property


In This Topic
DropDownEditor Property (GcTextBoxCellType)
In This Topic
Gets the settings for the drop-down editor.
Syntax
'Declaration
 
Public ReadOnly Property DropDownEditor As DropDownEditorInfo
 
'Usage
 
Dim instance As GcTextBoxCellType
Dim value As DropDownEditorInfo
 
value = instance.DropDownEditor

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