NativeMethods.WindowStyleFlags Enumeration

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Represents the enumeration for window styles.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly:  Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Syntax

[FlagsAttribute]
public enum WindowStyleFlags
<FlagsAttribute>
Public Enumeration WindowStyleFlags

Members

Member name Description
WS_BORDER

Specifies the border. Takes the value 0x800000.

WS_CAPTION

Specifies the caption. Takes the value 0xc00000.

WS_CHILD

Specifies the child. Takes the value 0x40000000.

WS_CLIPCHILDREN

Takes the value 0x2000000.

WS_CLIPSIBLINGS

Takes the value 0x4000000.

WS_DISABLED

Takes the value 0x8000000.

WS_DLGFRAME

Takes the value 0x400000.

WS_GROUP

Takes the value 0x20000.

WS_HSCROLL

Takes the value 0x100000.

WS_MAXIMIZE

Takes the value 0x1000000.

WS_MAXIMIZEBOX

Takes the value 0x10000.

WS_MINIMIZE

Takes the value 0x2000000.

WS_MINIMIZEBOX

Takes the value 0x20000.

WS_OVERLAPPED

Takes the value 0.

WS_POPUP

Takes the value 0x80000000.

WS_SYSMENU

Takes the value 0x80000.

WS_TABSTOP

Takes the value 0x10000.

WS_THICKFRAME

Takes the value 0x40000.

WS_VISIBLE

Takes the value 0x10000000.

WS_VSCROLL

Takes the value 0x200000.

See Also

Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright