C# 클래스 ComponentFactory.Krypton.Navigator.ButtonSpecNavFixed

상속: ComponentFactory.Krypton.Toolkit.ButtonSpec
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

ButtonSpecNavFixed() 공개 메소드

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.
리턴 System

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