SEC_LISTCLASS::ModifyListCtrlStyles
BOOLSEC_LISTCLASS::ModifyListCtrlStyles(DWORDdwRemove, DWORDdwAdd, DWORDdwRemoveEx, DWORDdwAddEx, BOOLbRedraw)
Adds and/or removes list control styles and extended styles.
Defined in: slstcore.inl
Return Value
Nonzero if successful; otherwise 0.
Parameters
dwRemove
The styles to remove, or 0 for none.
dwAdd
The styles to add, or 0 for none.
dwRemoveEx
The extended styles to remove, or 0 for none.
dwAddEx
The extended styles to add, or 0 for none.
bRedraw
Flag indicating whether to redraw the tree control; default is TRUE.