property CalendarCombo.HideDropDownButton as Long
Determines whether the drop down button is visible or hidden when the control loses the focus.

TypeDescription
Long A long expression that specifies whether the control's drop down button is visible or hidden. Possible values are 0, -1 and 1.
By default, the HideDropDownButton property is 0, which makes the drop down button being always visible. The DropDown property specifies whether the control's drop down portion of the control is visible or hidden. 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.

The HideDropDownButton property can be