C# Class ComponentFactory.Krypton.Navigator.ViewBuilderBarCheckButtonGroupOutside

Implements the NavigatorMode.BarCheckButtonGroupOutside 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.

Protected Methods

Method Description
CreateCheckItemView ( ) : void

Create the view hierarchy for this view mode.

DestructCheckItemView ( ) : void

Destruct the view hierarchy for this 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

DestructCheckItemView() protected method

Destruct the view hierarchy for this mode.
protected DestructCheckItemView ( ) : void
return void