<< Return to Main Index

< Return to Class Index

CGXTabCreateInfo::CGXTabCreateInfo

CGXTabCreateInfo();

CGXTabCreateInfo (CCreateContext* pContext, gxContextGen gxGenFromDefault, CDocTemplate* pDocTemplate = NULL, const TCHAR pszLabel * = NULL, BOOL bUseContextIntact = FALSE);

CGXTabCreateInfo(CGXTabCreateInfo& info);

pContext

The create context to use.

GxGenFromDefault

ontext generation mode. Refer SetContextGenMode.

pDocTemplate

The document template to use

pszLabel

The label to use with the associated tab

bUseContextIntact 

pecified how the context should be interpreted/generated.

info

CGXTabCreateInfo object to copy from

Remarks

The first prototype constructs a CGXTabCreateInfo object.

The second prototype constructs a fully initialized CGXTabCreateInfo object from the parameters passed in.

The enum that is passed in as the second parameter (gxContextGen) is interpreted as shown below

}

The third prototype is a copy constructor for the CGXTabCreateInfo object.

CGXTabCreateInfo

Class Overview | Class Members