C# Class ComponentFactory.Krypton.Navigator.ButtonSpecNavFixed

Inheritance: ComponentFactory.Krypton.Toolkit.ButtonSpec
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ButtonSpecNavFixed ( KryptonNavigator navigator, PaletteButtonSpecStyle fixedStyle ) : System

Initialize a new instance of the ButtonSpecNavFixed class.

GetLocation ( IPalette palette ) : HeaderLocation

Gets the button location value.

ResetHeaderLocation ( ) : void

Resets the HeaderLocation property to its default value.

Method Details

ButtonSpecNavFixed() public method

Initialize a new instance of the ButtonSpecNavFixed class.
public ButtonSpecNavFixed ( KryptonNavigator navigator, PaletteButtonSpecStyle fixedStyle ) : System
navigator KryptonNavigator Reference to owning navigator instance.
fixedStyle PaletteButtonSpecStyle Fixed style to use.
return System

GetLocation() public method

Gets the button location value.
public GetLocation ( IPalette palette ) : HeaderLocation
palette IPalette Palette to use for inheriting values.
return HeaderLocation

ResetHeaderLocation() public method

Resets the HeaderLocation property to its default value.
public ResetHeaderLocation ( ) : void
return void