C# Class ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup

KryptonHeaderGroup specific implementation of a button specification.
Inheritance: ButtonSpecAny
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Initialize a new instance of the HeaderGroupButtonSpec class.
public ButtonSpecHeaderGroup ( ) : System
return System

CopyFrom() public method

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

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