C# Class ComponentFactory.Krypton.Navigator.ButtonSpecNavPrevious

Implementation for the fixed previous button for navigator.
Inheritance: ButtonSpecNavFixed
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ButtonSpecNavPrevious ( KryptonNavigator navigator ) : System

Initialize a new instance of the ButtonSpecNavPrevious 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

ButtonSpecNavPrevious() public method

Initialize a new instance of the ButtonSpecNavPrevious class.
public ButtonSpecNavPrevious ( KryptonNavigator navigator ) : System
navigator KryptonNavigator Reference to owning navigator instance.
return System

GetChecked() public method

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

GetEnabled() public method

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

GetVisible() public method

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