C# Class ComponentFactory.Krypton.Navigator.ViewBuilderStackCheckButtonGroup

Implements the NavigatorMode.StackCheckButtonGroup mode.
Inheritance: ViewBuilderStackCheckButtonBase
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
ButtonSpecFromView ( ViewBase element ) : ButtonSpec

Gets the ButtonSpec associated with the provided view element.

UpdateStatePalettes ( ) : void

Ensure the correct state palettes are being used.

Protected Methods

Method Description
CreateStackCheckButtonView ( ) : ViewBase

Create the mode specific view hierarchy.

DestructStackCheckButtonView ( ) : void

Destruct the mode specific view hierarchy.

Method Details

ButtonSpecFromView() public method

Gets the ButtonSpec associated with the provided view element.
public ButtonSpecFromView ( ViewBase element ) : ButtonSpec
element ViewBase Element to search against.
return ComponentFactory.Krypton.Toolkit.ButtonSpec

CreateStackCheckButtonView() protected method

Create the mode specific view hierarchy.
protected CreateStackCheckButtonView ( ) : ViewBase
return ViewBase

DestructStackCheckButtonView() protected method

Destruct the mode specific view hierarchy.
protected DestructStackCheckButtonView ( ) : void
return void

UpdateStatePalettes() public method

Ensure the correct state palettes are being used.
public UpdateStatePalettes ( ) : void
return void