<< Return to Main Index

< Return to Class Index

CGXDTabWnd::CreateCommon

BOOL CreateCommon(CWnd* pParentWnd, DWORD dwStyle, DWORD dwExStyle, UINT nID);

pParentWnd

A pointer to the parent window. It has to be a valid window.

dwStyle

Specify the style for this tab window.

dwExStyle

Specify the extended style for this tab window.

nID

The id to be used to identify this tab window.

Return Value

Return TRUE if everything successfully, created, otherwise return FALSE.

Remarks

A helper function called by Create method to create the window, the tab-beam window and scrollbars. Both vertical and horizontal scrollbars are always created even the style doesn't contain WS_HSCROLL and WS_VSCROLL style bits.

CGXDTabWnd

Class Overview | Class Members