Freigeben über


WindowChrome.SetWindowChrome-Methode

Legt den Wert der angefügten WindowChrome-Eigenschaft auf das angegebene Window fest.

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

Syntax

'Declaration
Public Shared Sub SetWindowChrome ( _
    window As Window, _
    chrome As WindowChrome _
)
public static void SetWindowChrome(
    Window window,
    WindowChrome chrome
)
public:
static void SetWindowChrome(
    Window^ window, 
    WindowChrome^ chrome
)
static member SetWindowChrome : 
        window:Window * 
        chrome:WindowChrome -> unit 
public static function SetWindowChrome(
    window : Window, 
    chrome : WindowChrome
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

window hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

WindowChrome Klasse

Microsoft.Windows.Shell-Namespace