SEC_TREECLASS::ModifyTreeCtrlStyleEx
BOOLSEC_TREECLASS::ModifyTreeCtrlStyleEx(DWORDdwRemoveEx, DWORDdwAddEx, BOOLbRedraw)
Modifies a tree view control’s extended style by removal and addition of specified extended styles.
Defined in: trcore.inl
Return Value
Nonzero if specified extended styles are removed and added; otherwise 0.
Parameters
dwRemoveEx
The extended styles to remove.
dwAddEx
The extended styles to add.
bRedraw
Flag indicating whether to redraw tree control; default is TRUE.
Comments
Modifies (by removal and addition) the extended style of a tree view control.