SECCalendar::SetAutoHide
BOOLSECCalendar::SetAutoHide(BOOLbHideAutomatically)
Sets the active status indicating that the calendar control is automatically hidden.
Defined in: Calendar.cpp
Return Value
Nonzero if calendar was previously in auto hide mode, otherwise 0.
Parameters
bHideAutomatically
State of the auto hide mode.
Comments
The calendar can be set to auto hide mode where the calendar will hide itself when a date is selected. If bHideAutomatically is passed in as nonzero, auto hide mode is enabled, otherwise passing bHideAutomatically as 0 will disable auto hide mode.
See Also