C# Class ComponentFactory.Krypton.Navigator.ViewBuilderStackCheckButtonGroup

Implements the NavigatorMode.StackCheckButtonGroup mode.
Inheritance: ViewBuilderStackCheckButtonBase
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
ButtonSpecFromView ( ViewBase element ) : ButtonSpec

Gets the ButtonSpec associated with the provided view element.

UpdateStatePalettes ( ) : void

Ensure the correct state palettes are being used.

Méthodes protégées

Méthode Description
CreateStackCheckButtonView ( ) : ViewBase

Create the mode specific view hierarchy.

DestructStackCheckButtonView ( ) : void

Destruct the mode specific view hierarchy.

Method Details

ButtonSpecFromView() public méthode

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

CreateStackCheckButtonView() protected méthode

Create the mode specific view hierarchy.
protected CreateStackCheckButtonView ( ) : ViewBase
Résultat ViewBase

DestructStackCheckButtonView() protected méthode

Destruct the mode specific view hierarchy.
protected DestructStackCheckButtonView ( ) : void
Résultat void

UpdateStatePalettes() public méthode

Ensure the correct state palettes are being used.
public UpdateStatePalettes ( ) : void
Résultat void