프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ChangeWindowChrome ( object sender, |
Changes the Window Background when Aero Glass is enabled or disabled.
|
|
EnableDragOnGlass ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Enables the ability to drag the window on glass.
|
|
LoadWindowSize ( object sender, |
Sets the Height and Width of the window from the settings.
|
|
MainWindow ( ) : System |
Initializes a new instance of the MainWindow class.
|
|
SaveWindowSize ( object sender, CancelEventArgs e ) : void |
When Seven Update is closing, save the Window Width and Height in the settings.
|
메소드 | 설명 | |
---|---|---|
OnSourceInitialized ( |
Enables Aero Glass on the Window.
|
public ChangeWindowChrome ( object sender, |
||
sender | object | The object that called the event. |
e | The |
|
리턴 | void |
public EnableDragOnGlass ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
sender | object | The object that called the event. |
e | System.Windows.Input.MouseButtonEventArgs | The |
리턴 | void |
public LoadWindowSize ( object sender, |
||
sender | object | The object that called the event. |
e | The |
|
리턴 | void |
protected OnSourceInitialized ( |
||
e | The |
|
리턴 | void |
public SaveWindowSize ( object sender, CancelEventArgs e ) : void | ||
sender | object | The object that called the event. |
e | CancelEventArgs | The |
리턴 | void |