C# Class ScreenToGif.Controls.HideableTabControl

Basic class of a Hideable TabControl.
Inheritance: System.Windows.Controls.TabControl
Mostra file Open project: dbremner/ScreenToGif

Public Methods

Method Description
ChangeVisibility ( bool visible = true ) : void

Changes the visibility of the Content.

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

Private Methods

Method Description
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

Method Details

ChangeVisibility() public method

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

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

UpdateVisual() public method

public UpdateVisual ( bool isActivated = true ) : void
isActivated bool
return void