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


In This Topic
DroppedDown Property (GcDateTime)
In This Topic
Gets or sets a value that indicates whether the drop-down window has dropped down.
Syntax
'Declaration
 
Public Property DroppedDown As Boolean
 
'Usage
 
Dim instance As GcDateTime
Dim value As Boolean
 
instance.DroppedDown = value
 
value = instance.DroppedDown

Property Value

true if dropped down; otherwise, false.
The defalut is false.
Remarks
Setting this property to true is the same as using the Drop method. If the GcDateTime object is disabled or invisible, this property cannot take effect. Also, if the AllowDrop property is false, this property canot take effect.
See Also