C# Class Nexus.UI.Controls.VerticalTabButton

The PanelToolStripItem wrapper for the control used as tabs for the VerticalTabControl.
Inheritance: PanelToolStripItem
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
SetSelected ( ) : void

Sets this tab as selected.

SetUnselected ( ) : void

Sets this tab as unselected.

Private Methods

Méthode Description
VerticalTabButton ( VerticalTabPage p_tpgPage ) : System

A simple constructor that initializes the object with the given values.

m_tpgPage_BackColorChanged ( object sender, EventArgs e ) : void

Handles the Control.BackColorChanged event of the tab page associated with this tab button.

This keeps the button background colour synchronized with the tab page's background colour when this is the select tab.

Method Details

SetSelected() public méthode

Sets this tab as selected.
public SetSelected ( ) : void
Résultat void

SetUnselected() public méthode

Sets this tab as unselected.
public SetUnselected ( ) : void
Résultat void