C# Class Nexus.UI.Controls.VerticalTabButton

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

Public Methods

Method Description
SetSelected ( ) : void

Sets this tab as selected.

SetUnselected ( ) : void

Sets this tab as unselected.

Private Methods

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

Sets this tab as selected.
public SetSelected ( ) : void
return void

SetUnselected() public method

Sets this tab as unselected.
public SetUnselected ( ) : void
return void