Share via


SystemParameters2.WindowCaptionButtonsLocation Property

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

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace