C# Class ComponentFactory.Krypton.Navigator.ButtonSpecNavFixed

Inheritance: ComponentFactory.Krypton.Toolkit.ButtonSpec
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

GetLocation() public méthode

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

ResetHeaderLocation() public méthode

Resets the HeaderLocation property to its default value.
public ResetHeaderLocation ( ) : void
Résultat void