C# Class ScreenToGif.Controls.HideableTabControl

Basic class of a Hideable TabControl.
Inheritance: System.Windows.Controls.TabControl
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
ChangeVisibility ( bool visible = true ) : void

Changes the visibility of the Content.

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

Private Methods

Méthode 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 méthode

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

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

UpdateVisual() public méthode

public UpdateVisual ( bool isActivated = true ) : void
isActivated bool
Résultat void