NonClientFrameEdges Enumeration

Specifies constants that indicate which edges of the window frame are not owned by the client.

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

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration NonClientFrameEdges
[FlagsAttribute]
public enum NonClientFrameEdges
[FlagsAttribute]
public enum class NonClientFrameEdges
[<FlagsAttribute>]
type NonClientFrameEdges
public enum NonClientFrameEdges

Members

Member name Description
None All edges are owned by the client (value = 0).
Left The left edge is not owned by the client (value = 1).
Top The top edge is not owned by the client (value = 2).
Right The right edge is not owned by the client (value = 4).
Bottom The bottom edge is not owned by the client (value = 8).

Remarks

This enumeration is used by the WindowChrome.NonClientFrameEdges property.

See Also

Reference

Microsoft.Windows.Shell Namespace