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

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

Защищенные свойства (Protected)

Свойство Тип Описание
_layoutPanelDocker ComponentFactory.Krypton.Toolkit.ViewLayoutDocker

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

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

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

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

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

Create the view hierarchy for this view mode.

DestructCheckItemView ( ) : void

Destruct the view hierarchy for this mode.

UpdateOrientation ( ) : void

Update the bar orientation.

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

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

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

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

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

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

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

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

Update the bar orientation.
protected UpdateOrientation ( ) : void
Результат void

Описание свойств

_layoutPanelDocker защищенное свойство

protected ViewLayoutDocker,ComponentFactory.Krypton.Toolkit _layoutPanelDocker
Результат ComponentFactory.Krypton.Toolkit.ViewLayoutDocker