C# Класс ComponentFactory.Krypton.Navigator.ViewDrawNavCheckButtonTab

Navigator view element for drawing a tab check button for a krypton page.
Наследование: ViewDrawNavCheckButtonBar
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ToString ( ) : string

Obtains the String representation of this instance.

UpdateButtonSpecMapping ( ) : void

Update the button spec manager mapping to reflect current settings.

ViewDrawNavCheckButtonTab ( KryptonNavigator navigator, KryptonPage page, VisualOrientation orientation ) : System

Initialize a new instance of the ViewDrawNavCheckButtonTab class.

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

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

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

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

Update the button spec manager mapping to reflect current settings.
public UpdateButtonSpecMapping ( ) : void
Результат void

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

Initialize a new instance of the ViewDrawNavCheckButtonTab class.
public ViewDrawNavCheckButtonTab ( KryptonNavigator navigator, KryptonPage page, VisualOrientation orientation ) : System
navigator KryptonNavigator Owning navigator instance.
page KryptonPage Page this check button represents.
orientation VisualOrientation Orientation for the check button.
Результат System