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 a Rect that indicates the default location of the minimize, maximize, and close buttons.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Property WindowCaptionButtonsLocation As Rect
public Rect WindowCaptionButtonsLocation { get; private set; }
public:
property Rect WindowCaptionButtonsLocation {
Rect get ();
private: void set (Rect value);
}
member WindowCaptionButtonsLocation : Rect with get, private set
function get WindowCaptionButtonsLocation () : Rect
private function set WindowCaptionButtonsLocation (value : Rect)
Property Value
Type: System.Windows.Rect
An object that indicates the default location of the minimize, maximize, and close buttons.
.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.