C# Class ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup

KryptonHeaderGroup specific implementation of a button specification.
Inheritance: ButtonSpecAny
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ButtonSpecHeaderGroup ( ) : System

Initialize a new instance of the HeaderGroupButtonSpec class.

CopyFrom ( ButtonSpecHeaderGroup source ) : void

Value copy form the provided source to ourself.

GetLocation ( IPalette palette ) : HeaderLocation

Gets the button location value.

ResetHeaderLocation ( ) : void

Resets the HeaderLocation property to its default value.

Method Details

ButtonSpecHeaderGroup() public méthode

Initialize a new instance of the HeaderGroupButtonSpec class.
public ButtonSpecHeaderGroup ( ) : System
Résultat System

CopyFrom() public méthode

Value copy form the provided source to ourself.
public CopyFrom ( ButtonSpecHeaderGroup source ) : void
source ButtonSpecHeaderGroup Source instance.
Résultat void

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