SECTabControlBase::Create

BOOLSECTabControlBase::Create(DWORDdwStyle, const RECT&rect, CWnd*pParentWnd, UINTnID)

Creates a tab control and attaches it to the SECTabControlBase object.
Apply the following styles to an SECTabControlBase object:

Defined in: tabctrlb.cpp

Return Value

Returns TRUE on success; otherwise FALSE.

Parameters

dwStyle

Specifies the tab control's style.

rect

Reference to the bounding rectangle of the tab control.

pParentWnd

The parent window of the tab control.

nID

The ID of the tab control.

TCS_TABS_ON_BOTTOM

Creates the control with tabs on the bottom.

TCS_TABS_ON_TOP

Creates the control with tabs on the top.

TCS_TABS_ON_LEFT

Creates the control with tabs on the left.

TCS_TABS_ON_RIGHT

Creates the control with tabs on the right.

See Also

SECTabControlBase

SECTabControlBase