Window::ModifyStyle

 

Description

Modifies the current window style.

Syntax

BOOL ModifyStyle( DWORD dwRemove, DWORD dwAdd, UINT nFlags = 0 );

Parameters

dwRemove
[input] Specifies window styles to be removed during style modification.
dwAdd
[input] Specifies window styles to be added during style modification.
nFlags
[input] Flags to be passed to SetWindowPos, or zero if SetWindowPos should not be called. The default is zero. See the Remarks section for a list of preset flags. See SetWindowPos Flags

Return

TRUE if style was successfully modified; otherwise FALSE

Examples

See examples of Dialog::Rollup

Remark

See Also

Header to Include

origin.h