SECTabControlBase::Initialize

voidSECTabControlBase::Initialize(DWORDdwStyle)

This member is an advanced overridable that allows you to change the default appearance of the tab control. By overriding this member function, you can customize the fonts, colors and pens used in rendering the tabs. About the only characteristic you cannot alter by overriding Initialize is the shape of the tab.

Defined in: tabctrlb.cpp

Return Value

void

Parameters

dwStyle

The Windows style of the tab control.

See Also

SECTabControlBase