C# Class ComponentFactory.Krypton.Navigator.ButtonSpecNavClose

Implementation for the fixed close button for navigator.
Inheritance: ButtonSpecNavFixed
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
ButtonSpecNavClose ( KryptonNavigator navigator ) : System

Initialize a new instance of the ButtonSpecNavClose class.

GetChecked ( IPalette palette ) : ButtonCheckState

Gets the button checked state.

GetEnabled ( IPalette palette ) : ButtonEnabled

Gets the button enabled state.

GetVisible ( IPalette palette ) : bool

Gets the button visible value.

Method Details

ButtonSpecNavClose() public méthode

Initialize a new instance of the ButtonSpecNavClose class.
public ButtonSpecNavClose ( KryptonNavigator navigator ) : System
navigator KryptonNavigator Reference to owning navigator instance.
Résultat System

GetChecked() public méthode

Gets the button checked state.
public GetChecked ( IPalette palette ) : ButtonCheckState
palette IPalette Palette to use for inheriting values.
Résultat ButtonCheckState

GetEnabled() public méthode

Gets the button enabled state.
public GetEnabled ( IPalette palette ) : ButtonEnabled
palette IPalette Palette to use for inheriting values.
Résultat ButtonEnabled

GetVisible() public méthode

Gets the button visible value.
public GetVisible ( IPalette palette ) : bool
palette IPalette Palette to use for inheriting values.
Résultat bool