Inheritance diagram for CResizableSheet:
Public Member Functions | |
CResizableSheet () | |
CResizableSheet (UINT nIDCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
CResizableSheet (LPCTSTR pszCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
virtual BOOL | OnInitDialog () |
void | RefreshLayout () |
virtual | ~CResizableSheet () |
Protected Member Functions | |
void | EnableSaveRestore (LPCTSTR pszSection, BOOL bRectOnly=FALSE, BOOL bWithPage=FALSE) |
int | GetMinWidth () |
virtual CWnd * | GetResizableWnd () |
virtual BOOL | ArrangeLayoutCallback (LayoutInfo &layout) |
afx_msg void | OnGetMinMaxInfo (MINMAXINFO FAR *lpMMI) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnDestroy () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg BOOL | OnPageChanging (NMHDR *pNotifyStruct, LRESULT *pResult) |
Definition at line 31 of file ResizableSheet.h.