GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDownInfo Class / Direction Property


In This Topic
Direction Property (ComboDropDownInfo)
In This Topic
Gets or sets the drop-down direction.
Syntax
'Declaration
 
Public Property Direction As DropDownDirection
 
'Usage
 
Dim instance As ComboDropDownInfo
Dim value As DropDownDirection
 
instance.Direction = value
 
value = instance.Direction

Property Value

The drop-down direction.
The default is DropDownDirection.Default.
Remarks
This property retrieves the DropDownDirection when the drop-down window is opening.
See Also