Метод | Описание | |
---|---|---|
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 |