SECPopupCalendar::OnActivate

voidSECPopupCalendar::OnActivate(UINTnState, CWnd*pWndOther, BOOLbMinimized)

Called when a CWnd object is being activated or deactivated.

Defined in: Calendar.cpp

Return Value

void

Parameters

nState

Specifies whether the CWnd is being activated or deactivated.

pWndOther

Pointer to the CWnd being activated or deactivated.

bMinimized

Specifies the minimized state of the CWnd being activated or deactivated.

Comments

If the popup calendar is being inactivated, it will call OnOK() or OnCancel() depending on the hide mode.

See Also

SECPopupCalendar  SetHideMode