Spread Windows Forms 12.0 Product Documentation
DropDown Property (GcTextBoxCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTextBoxCellType Class : DropDown Property
Gets the drop-down settings used to customize the drop-down function.
Syntax
'Declaration
 
Public ReadOnly Property DropDown As DropDownInfo
'Usage
 
Dim instance As GcTextBoxCellType
Dim value As DropDownInfo
 
value = instance.DropDown
public DropDownInfo DropDown {get;}

Property Value

A GcTextBox.DropDown instance that contains drop-down window settings.
Remarks
The drop-down behavior and the window appearance can be customized by setting this DropDown property. The property specifies whether to enable the display, whether to resize, the drop-down window direction, the drop-down window shadow, and animations used when opening and closing.
See Also

Reference

GcTextBoxCellType Class
GcTextBoxCellType Members