C# 클래스 ScreenToGif.Controls.HideableTabControl

Basic class of a Hideable TabControl.
상속: System.Windows.Controls.TabControl
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
ChangeVisibility ( bool visible = true ) : void

Changes the visibility of the Content.

OnApplyTemplate ( ) : void
UpdateVisual ( bool isActivated = true ) : void

비공개 메소드들

메소드 설명
Button_Clicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
HideableTabControl ( ) : System
TabControl_PreviewMouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
TabItem_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

ChangeVisibility() 공개 메소드

Changes the visibility of the Content.
public ChangeVisibility ( bool visible = true ) : void
visible bool True to show the Content.
리턴 void

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

UpdateVisual() 공개 메소드

public UpdateVisual ( bool isActivated = true ) : void
isActivated bool
리턴 void