Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.