C# Class Fluent.WindowCommands

Inheritance: System.Windows.Controls.ItemsControl
Mostra file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.

RefreshMaximizeIconState ( ) : void

Upates the visual state of the maximize icon

Protected Methods

Method Description
OnClosingWindow ( Fluent.ClosingWindowEventHandlerArgs args ) : void

Is called when the window should be closed

Private Methods

Method Description
CloseClick ( object sender, RoutedEventArgs e ) : void
GetCaption ( int id ) : string
GetParentWindow ( ) : Window
MaximiseClick ( object sender, RoutedEventArgs e ) : void
MinimiseClick ( object sender, RoutedEventArgs e ) : void
RefreshMaximizeIconState ( Window parentWindow ) : void
WindowCommands ( ) : System

Method Details

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
public OnApplyTemplate ( ) : void
return void

OnClosingWindow() protected method

Is called when the window should be closed
protected OnClosingWindow ( Fluent.ClosingWindowEventHandlerArgs args ) : void
args Fluent.ClosingWindowEventHandlerArgs
return void

RefreshMaximizeIconState() public method

Upates the visual state of the maximize icon
public RefreshMaximizeIconState ( ) : void
return void