SEC_TREECLASS::ModifyTreeCtrlStyles
BOOLSEC_TREECLASS::ModifyTreeCtrlStyles(DWORDdwRemove, DWORDdwAdd, DWORDdwRemoveEx, DWORDdwAddEx, BOOLbRedraw)
Modifies a tree view control’s style ans extended style by removal and addition of specified styles and extended styles.
Defined in: trcore.inl
Return Value
Nonzero if specified styles and extended styles are removed and added; otherwise 0.
Parameters
dwRemove
The styles to remove.
dwAdd
The styles to add.
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 style and extended style of a tree view control.