다음을 통해 공유


WindowStyleFlags Enumeration

Represents the enumeration for window styles.

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

Usage

'Usage
Dim instance As WindowStyleFlags

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration WindowStyleFlags As UInteger
[FlagsAttribute] 
public enum WindowStyleFlags : uint
[FlagsAttribute] 
public enum class WindowStyleFlags : unsigned int
/** @attribute FlagsAttribute() */ 
public enum WindowStyleFlags
FlagsAttribute 
public enum 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.

Platforms

See Also

Reference

Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.