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
-
gxContextGen
-
gxGenFromDefault :- The primary Create Context will be used to generate this create context
-
:- Will be generated from the CreateContext at the index that is specified by CGXTabCreateInfo::GetIndex().
- : This is not supported in this variant. Please use SetUseContextIntact instead.
}
The third prototype is a copy constructor for the CGXTabCreateInfo object.