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

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

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

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

Construct the view appropriate for this builder.

Destruct ( ) : void

Destruct the previously created view.

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

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

Create a manager for handling the button specifications.

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

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

Create a manager for handling the button specifications.
protected CreateButtonSpecManager ( ) : void
Результат void

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

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

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

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