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

Implements the NavigatorMode.BarCheckButtonOnly mode.
Наследование: ViewBuilderBarItemBase
Показать файл Открыть проект

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

Метод Описание
Construct ( KryptonNavigator navigator, ViewManager manager, PaletteRedirect redirector ) : void

Construct the view appropriate for this builder.

Destruct ( ) : void

Destruct the previously created view.

KeyPressedPageView ( ) : void

User has used the keyboard to select the currently selected page.

Защищенные методы

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

Create the view hierarchy for this view mode.

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

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

Construct the view appropriate for this builder.
public Construct ( KryptonNavigator navigator, ViewManager manager, PaletteRedirect redirector ) : void
navigator KryptonNavigator Reference to navigator instance.
manager ComponentFactory.Krypton.Toolkit.ViewManager Reference to current manager.
redirector ComponentFactory.Krypton.Toolkit.PaletteRedirect Palette redirector.
Результат void

CreateCheckItemView() защищенный Метод

Create the view hierarchy for this view mode.
protected CreateCheckItemView ( ) : void
Результат void

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

Destruct the previously created view.
public Destruct ( ) : void
Результат void

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

User has used the keyboard to select the currently selected page.
public KeyPressedPageView ( ) : void
Результат void