property CalendarCombo.DropDown([Reserved as Variant]) as Boolean
Shows or hides programmatically the drop down portion of the control.
Type
Description
Reserved as Variant
Reserved value.
Boolean
A Boolean expression that specifies whether the drop down portion of the control
is visible or hidden.
Use the DropDown method to shows or hides programmatically
the drop down portion of the control. Use the Value
property to change the control's date. Use the AllowSpin
property to display a spin control inside the control's label. Use the Background(exDropDownButtonUp)
property to change the visual appearance for the drop down button of the
control. You can hide the control's drop down button using the HideDropDownButton
property.