WindowChrome.NonClientFrameEdges Property

Gets or sets a value that indicates which edges of the window frame are not owned by the client.

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

Syntax

'Declaration
Public Property NonClientFrameEdges As NonClientFrameEdges
public NonClientFrameEdges NonClientFrameEdges { get; set; }
public:
property NonClientFrameEdges NonClientFrameEdges {
    NonClientFrameEdges get ();
    void set (NonClientFrameEdges value);
}
member NonClientFrameEdges : NonClientFrameEdges with get, set
function get NonClientFrameEdges () : NonClientFrameEdges
function set NonClientFrameEdges (value : NonClientFrameEdges)

Property Value

Type: Microsoft.Windows.Shell.NonClientFrameEdges
A bitwise combination of the enumeration values that specify which edges of the frame are not owned by the client.
The registered default is None. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

NonClientFrameEdgesProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

WindowChrome Class

Microsoft.Windows.Shell Namespace