C# Class ComponentFactory.Krypton.Navigator.ViewBuilderBarCheckButtonGroupOnly

Implements the NavigatorMode.BarCheckButtonGroupOnly mode.
Inheritance: ViewBuilderBarItemBase
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateButtonSpecManager ( ) : void

Create a manager for handling the button specifications.

CreateCheckItemView ( ) : void

Create the view hierarchy for this view mode.

Method Details

Construct() public méthode

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.
Résultat void

CreateButtonSpecManager() protected méthode

Create a manager for handling the button specifications.
protected CreateButtonSpecManager ( ) : void
Résultat void

CreateCheckItemView() protected méthode

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

Destruct() public méthode

Destruct the previously created view.
public Destruct ( ) : 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