C# Класс ComponentFactory.Krypton.Navigator.PaletteBarRedirect

Implement redirected storage for button bar appearance.
Наследование: ComponentFactory.Krypton.Toolkit.PaletteMetricRedirect
Показать файл Открыть проект Примеры использования класса

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.

PaletteBarRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteBarRedirect class.

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

PaletteBarRedirect() публичный Метод

Initialize a new instance of the PaletteBarRedirect class.
public PaletteBarRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect ComponentFactory.Krypton.Toolkit.PaletteRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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