C# Class ComponentFactory.Krypton.Navigator.ViewBuilderBarCheckButtonGroupInside

Implements the NavigatorMode.BarCheckButtonGroupInside 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
CreateButtonSpecManager ( ) : void

Create a manager for handling the button specifications.

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

CreateButtonSpecManager() protected method

Create a manager for handling the button specifications.
protected CreateButtonSpecManager ( ) : void
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