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

Storage for bar values for a navigator state.
상속: Storage, IPaletteMetric
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool

Gets a boolean metric value.

GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int

Gets an integer metric value.

GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding

Gets a padding metric value.

KryptonPaletteNavigatorStateBar ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteNavigatorStateBar class.

PopulateFromBase ( ) : void

Populate values from the base palette.

ResetBarPaddingInside ( ) : void

Reset the BarPaddingInside to the default value.

ResetBarPaddingOnly ( ) : void

Reset the BarPaddingOnly to the default value.

ResetBarPaddingOutside ( ) : void

Reset the BarPaddingOutside to the default value.

ResetBarPaddingTabs ( ) : void

Reset the BarPaddingTabs to the default value.

ResetButtonEdgeInside ( ) : void

Reset the ButtonEdgeInside to the default value.

ResetButtonEdgeOutside ( ) : void

Reset the ButtonEdgeOutside to the default value.

ResetButtonPadding ( ) : void

Reset the ButtonPadding to the default value.

ResetCheckButtonGap ( ) : void

Reset the CheckButtonGap to the default value.

ResetRibbonTabGap ( ) : void

Reset the RibbonTabGap to the default value.

메소드 상세

GetMetricBool() 공개 메소드

Gets a boolean metric value.
public GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool
state PaletteState Palette value should be applicable to this state.
metric PaletteMetricBool Requested metric.
리턴 InheritBool

GetMetricInt() 공개 메소드

Gets an integer metric value.
public GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int
state PaletteState Palette value should be applicable to this state.
metric PaletteMetricInt Requested metric.
리턴 int

GetMetricPadding() 공개 메소드

Gets a padding metric value.
public GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding
state PaletteState Palette value should be applicable to this state.
metric PaletteMetricPadding Requested metric.
리턴 Padding

KryptonPaletteNavigatorStateBar() 공개 메소드

Initialize a new instance of the KryptonPaletteNavigatorStateBar class.
public KryptonPaletteNavigatorStateBar ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirection for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

PopulateFromBase() 공개 메소드

Populate values from the base palette.
public PopulateFromBase ( ) : void
리턴 void

ResetBarPaddingInside() 공개 메소드

Reset the BarPaddingInside to the default value.
public ResetBarPaddingInside ( ) : void
리턴 void

ResetBarPaddingOnly() 공개 메소드

Reset the BarPaddingOnly to the default value.
public ResetBarPaddingOnly ( ) : void
리턴 void

ResetBarPaddingOutside() 공개 메소드

Reset the BarPaddingOutside to the default value.
public ResetBarPaddingOutside ( ) : void
리턴 void

ResetBarPaddingTabs() 공개 메소드

Reset the BarPaddingTabs to the default value.
public ResetBarPaddingTabs ( ) : void
리턴 void

ResetButtonEdgeInside() 공개 메소드

Reset the ButtonEdgeInside to the default value.
public ResetButtonEdgeInside ( ) : void
리턴 void

ResetButtonEdgeOutside() 공개 메소드

Reset the ButtonEdgeOutside to the default value.
public ResetButtonEdgeOutside ( ) : void
리턴 void

ResetButtonPadding() 공개 메소드

Reset the ButtonPadding to the default value.
public ResetButtonPadding ( ) : void
리턴 void

ResetCheckButtonGap() 공개 메소드

Reset the CheckButtonGap to the default value.
public ResetCheckButtonGap ( ) : void
리턴 void

ResetRibbonTabGap() 공개 메소드

Reset the RibbonTabGap to the default value.
public ResetRibbonTabGap ( ) : void
리턴 void