Method wnd.SetStyle
Overload
Changes window style.
public WS SetStyle(WS style, WSFlags flags = 0)
Parameters
|
style (WS)
One or more WS flags and/or class-specific style flags. Reference: window styles. |
|
flags (WSFlags)
Enum: Add, Remove, UpdateNonclient, UpdateClient, NoException. |
Returns
|
WS
Previous value. |