SECWorksheetWnd Class
class SECWorksheetWnd: public SECMDIChildWnd
The SECWorksheetWnd class is an MDI child window that can viewed as an individual worksheet in an SECWorkbookWnd when in workbook mode. To use SECWorksheetWnd, derive your MDI child window classes from SECWorksheetWnd rather than SECMDIChildWnd. There are no public operations or member variables defined by SECWorksheetWnd.
Defined in: SECWB.H
Comments
See the WORKBPAD sample in the \SAMPLES\TOOLKIT\STANDARD\MDI\WORKBPAD directory for a demonstration of this class.
See Also