SEC3DTabControl::ModifyStyle
BOOLSEC3DTabControl::ModifyStyle(DWORDdwRemove, DWORDdwAdd, UINTnFlags)
Modifies tab style. Win32 only.
Defined in: tabctrl3.cpp
Return Value
Nonzero if set to modify tab style; otherwise 0.
Parameters
dwRemove
Specifies the style attributes to remove.
dwAdd
Specifies the style attributes to add.
nFlags
Indicates the style flags to set; default is 0.
See Also