SECPopupCalendar::SetHideMode

longSECPopupCalendar::SetHideMode(longokOrCancel)

The popup calendar supports two modes. On hide, it can either call OnOK or OnCancel. This method selects that hiding behavior. The default behavior is to call OnOK.

Defined in: Calendar.cpp

Return Value

The previous hide mode for the popup window.

Parameters

okOrCancel

Either IDOK or IDCANCEL.

See Also

SECPopupCalendar