Edit

Share via


NonClientFrameEdges Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum NonClientFrameEdges
Inheritance
NonClientFrameEdges
Attributes

Fields

Name Value Description
None 0

All edges are owned by the client (value = 0).

Left 1

The left edge is not owned by the client (value = 1).

Top 2

The top edge is not owned by the client (value = 2).

Right 4

The right edge is not owned by the client (value = 4).

Bottom 8

The bottom edge is not owned by the client (value = 8).

Remarks

This enumeration is used by the WindowChrome.NonClientFrameEdges property.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10