SECPopupCalendar Class

class SECPopupCalendar: public SECCalendar.

The SECPopupCalendar provides the function of the  SECCalendar class in a popup window by extending this  SECCalendar class.

Defined in: Calendar.h

See Also

SECCalendar

Class Members

Creation/Initialization

SECPopupCalendar( )

Creates a SECPopupCalendar object

virtual BOOL  Create(DWORD dwStyle, CRect &buttonRect, CWnd *pParentWnd, CCreateContext *pContext = NULL)

Creates a popup calendar window.

Attributes

long  SetHideMode( long okOrCancel )

Selects the hiding behavior of the popup window.

Operations

Overrides

afx_msg void  OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized)

Called when a CWnd object is being activated or deactivated.

BOOL  m_bHideDoesOK

Determines if calculator send IDOK or IDCANCEL when hidden.