Show / Hide Table of Contents

Enum WSFlags

Flags for wnd.SetStyle and wnd.SetExStyle.

[Flags]
public enum WSFlags

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
Add

Add the specified styles and don't change others.

NoException

Don't throw exception when fails.

Remove

Remove the specified styles and don't change others.

UpdateClient

Update client area.

UpdateNonclient

Update non-client area (frame, title bar).

Extension Methods

ExtMisc.HasAny<WSFlags>(WSFlags, WSFlags)
ExtMisc.Has<WSFlags>(WSFlags, WSFlags)
ExtMisc.SetFlag<WSFlags>(ref WSFlags, WSFlags, bool)