C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteNavigatorStateBar

Storage for bar values for a navigator state.
Inheritance: Storage, IPaletteMetric
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

GetMetricBool() public méthode

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.
Résultat InheritBool

GetMetricInt() public méthode

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.
Résultat int

GetMetricPadding() public méthode

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.
Résultat Padding

KryptonPaletteNavigatorStateBar() public méthode

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.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void

ResetBarPaddingInside() public méthode

Reset the BarPaddingInside to the default value.
public ResetBarPaddingInside ( ) : void
Résultat void

ResetBarPaddingOnly() public méthode

Reset the BarPaddingOnly to the default value.
public ResetBarPaddingOnly ( ) : void
Résultat void

ResetBarPaddingOutside() public méthode

Reset the BarPaddingOutside to the default value.
public ResetBarPaddingOutside ( ) : void
Résultat void

ResetBarPaddingTabs() public méthode

Reset the BarPaddingTabs to the default value.
public ResetBarPaddingTabs ( ) : void
Résultat void

ResetButtonEdgeInside() public méthode

Reset the ButtonEdgeInside to the default value.
public ResetButtonEdgeInside ( ) : void
Résultat void

ResetButtonEdgeOutside() public méthode

Reset the ButtonEdgeOutside to the default value.
public ResetButtonEdgeOutside ( ) : void
Résultat void

ResetButtonPadding() public méthode

Reset the ButtonPadding to the default value.
public ResetButtonPadding ( ) : void
Résultat void

ResetCheckButtonGap() public méthode

Reset the CheckButtonGap to the default value.
public ResetCheckButtonGap ( ) : void
Résultat void

ResetRibbonTabGap() public méthode

Reset the RibbonTabGap to the default value.
public ResetRibbonTabGap ( ) : void
Résultat void