C# Class ComponentFactory.Krypton.Navigator.ViewBuilderHeaderBarCheckButtonOnly

Implements the NavigatorMode.HeaderBarCheckButtonOnly mode.
Inheritance: ViewBuilderHeaderBarCheckButtonBase
Afficher le fichier Open project: ComponentFactory/Krypton

Protected Properties

Свойство Type Description
_layoutPanelDocker ComponentFactory.Krypton.Toolkit.ViewLayoutDocker

Méthodes publiques

Méthode Description
KeyPressedPageView ( ) : void

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

Méthodes protégées

Méthode Description
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.

Method Details

CreateCheckItemView() protected méthode

Create the view hierarchy for this view mode.
protected CreateCheckItemView ( ) : void
Résultat void

DestructCheckItemView() protected méthode

Destruct the view hierarchy for this mode.
protected DestructCheckItemView ( ) : void
Résultat void

KeyPressedPageView() public méthode

User has used the keyboard to select the currently selected page.
public KeyPressedPageView ( ) : void
Résultat void

UpdateOrientation() protected méthode

Update the bar orientation.
protected UpdateOrientation ( ) : void
Résultat void

Property Details

_layoutPanelDocker protected_oe property

protected ViewLayoutDocker,ComponentFactory.Krypton.Toolkit _layoutPanelDocker
Résultat ComponentFactory.Krypton.Toolkit.ViewLayoutDocker