Partilhar via


Propriedade SystemParameters2.WindowCaptionButtonsLocation

Obtém um Rect que indica o local padrão de minimizar, maximizar e feche os botões.

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

Sintaxe

'Declaração
Public Property WindowCaptionButtonsLocation As Rect
    Get
    Private Set
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)

Valor de propriedade

Tipo: System.Windows.Rect
Um objeto que indica o local padrão de minimizar, maximizar e fechar os botões.

Segurança do .NET Framework

Consulte também

Referência

SystemParameters2 Classe

Namespace Microsoft.Windows.Shell