메소드 | 설명 | |
---|---|---|
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 |
public ChangeVisibility ( bool visible = true ) : void | ||
visible | bool | True to show the Content. |
리턴 | void |
public UpdateVisual ( bool isActivated = true ) : void | ||
isActivated | bool | |
리턴 | void |