C# Class Update.GUI.CustomTitlebarWindow

Inheritance: Window
Mostra file Open project: fusetools/Squirrel.Windows

Public Methods

Method Description
CustomTitlebarWindow ( ) : System

Private Methods

Method Description
OnCanMinimizeWindow ( object sender, CanExecuteRoutedEventArgs e ) : void
OnCanResizeWindow ( object sender, CanExecuteRoutedEventArgs e ) : void
OnCloseWindow ( object target, ExecutedRoutedEventArgs e ) : void
OnMaximizeWindow ( object target, ExecutedRoutedEventArgs e ) : void
OnMinimizeWindow ( object target, ExecutedRoutedEventArgs e ) : void
OnRestoreWindow ( object target, ExecutedRoutedEventArgs e ) : void

Method Details

CustomTitlebarWindow() public method

public CustomTitlebarWindow ( ) : System
return System