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