DroppedDown Property (GcDateTime)
Gets or sets a value that indicates whether the drop-down window has dropped down.
public bool DroppedDown {get; set;}
'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.