COX3DTabViewContainer::Create

Dundas

COX3DTabViewContainer::Create

Class Members | Overview

virtual BOOL Create(CWnd* pParentWnd, CRect rect=CRect(0,0,0,0), DWORD dwStyle=DEFAULT_ TABCTRLSTYLE, UINT nID=AFX_IDW_PANE_FIRST)

Parameters

pParentWnd

Pointer to the window that is the 3DTabViewContainer's parent.

rect

Window rectangle.

dwStyle

The 3DTabView container's style. By default we use DEFAULT_TABCTRLSTYLE which expands as TCS_MULTILINE | TCS_BOTTOM | TCS_HOTTRACK | TCS_SCROLLOPPOSITE | TCS_RIGHTJUSTIFY | TCS_FOCUSNEVER | WS_VISIBLE | WS_CHILD.

nID

The 3DTabViewContainer's ID.

Return Value

TRUE if the 3DTabViewContainer was successfully created, otherwise FALSE.

Remarks

Creates a 3DTabViewContainer.