C# Класс Nexus.UI.Controls.VerticalTabButton

The PanelToolStripItem wrapper for the control used as tabs for the VerticalTabControl.
Наследование: PanelToolStripItem
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetSelected ( ) : void

Sets this tab as selected.

SetUnselected ( ) : void

Sets this tab as unselected.

Приватные методы

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

Описание методов

SetSelected() публичный Метод

Sets this tab as selected.
public SetSelected ( ) : void
Результат void

SetUnselected() публичный Метод

Sets this tab as unselected.
public SetUnselected ( ) : void
Результат void