Свойство | Тип | Описание | |
---|---|---|---|
EscapeClosesWindowProperty |
Метод | Описание | |
---|---|---|
GetEscapeClosesWindow ( |
Gets the EscapeClosesWindow property. This dependency property indicates whether or not the escape key closes the window.
|
|
SetEscapeClosesWindow ( |
Sets the EscapeClosesWindow property. This dependency property indicates whether or not the escape key closes the window.
|
Метод | Описание | |
---|---|---|
OnEscapeClosesWindowChanged ( |
Handles changes to the EscapeClosesWindow property.
|
|
Window_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void |
Handle the PreviewKeyDown event on the window
|
public static GetEscapeClosesWindow ( |
||
d | ||
Результат | bool |
public static SetEscapeClosesWindow ( |
||
d | ||
value | bool | value of the property |
Результат | void |