C# 클래스 Fluent.WindowCommands

상속: System.Windows.Controls.ItemsControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnClosingWindow ( Fluent.ClosingWindowEventHandlerArgs args ) : void

Is called when the window should be closed

비공개 메소드들

메소드 설명
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

메소드 상세

OnApplyTemplate() 공개 메소드

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

OnClosingWindow() 보호된 메소드

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

RefreshMaximizeIconState() 공개 메소드

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