Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DropDown Property


In This Topic
DropDown Property (GcComboBox)
In This Topic
Gets the settings about drop-down function.
Syntax
'Declaration
 
Public ReadOnly Property DropDown As ComboDropDown
 
'Usage
 
Dim instance As GcComboBox
Dim value As ComboDropDown
 
value = instance.DropDown

Property Value

A ComboDropDown instance indicates the settings about drop-down function.
Remarks
The dropdown behavior and the window appearance can be customized by setting this DropDown property. Includes enable shown or not, resizeable, the diriction of dowpdown windown shown, the shadow of dropdown window and animations when opening and closing.
See Also