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


In This Topic
DropDownEditor Property (GcTextBox)
In This Topic
Gets the settings for the drop-down editor.
Syntax
'Declaration
 
Public ReadOnly Property DropDownEditor As DropDownEditor
 
'Usage
 
Dim instance As GcTextBox
Dim value As DropDownEditor
 
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