C# Класс ComponentFactory.Krypton.Toolkit.KryptonPaletteNavigatorStateBar

Storage for bar values for a navigator state.
Наследование: Storage, IPaletteMetric
Показать файл Открыть проект Примеры использования класса

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