Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / DroppedDown Property


In This Topic
DroppedDown Property (GcNumber)
In This Topic
Gets or sets a value indicating whether the dropdown window dropped down.
Syntax
'Declaration
 
Public Property DroppedDown As Boolean
 
'Usage
 
Dim instance As GcNumber
Dim value As Boolean
 
instance.DroppedDown = value
 
value = instance.DroppedDown

Property Value

true if dropped down; otherwise, false.
Remarks
Seting this property to true sames as call GcTextBox.Drop method. If the GcNumber is disable or invisible, this property can't take effect. Either, when the AllowDrop property is false, this property can't take effect.
See Also