C# 클래스 ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup

KryptonHeaderGroup specific implementation of a button specification.
상속: ButtonSpecAny
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ButtonSpecHeaderGroup() 공개 메소드

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

CopyFrom() 공개 메소드

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

GetLocation() 공개 메소드

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

ResetHeaderLocation() 공개 메소드

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