C# Class ComponentFactory.Krypton.Navigator.ViewBuilderBarCheckButtonOnly

Implements the NavigatorMode.BarCheckButtonOnly mode.
Inheritance: ViewBuilderBarItemBase
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method 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.

Protected Methods

Method Description
CreateCheckItemView ( ) : void

Create the view hierarchy for this view mode.

Method Details

Construct() public method

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.
return void

CreateCheckItemView() protected method

Create the view hierarchy for this view mode.
protected CreateCheckItemView ( ) : void
return void

Destruct() public method

Destruct the previously created view.
public Destruct ( ) : void
return void

KeyPressedPageView() public method

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