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

Redirect storage for PaletteForm states.
Наследование: PaletteDoubleRedirect, IPaletteMetric
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeHeader bool

Открытые методы

Метод Описание
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.

PaletteFormRedirect ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteFormRedirect class.

PaletteFormRedirect ( PaletteRedirect redirectForm, PaletteRedirect redirectHeader, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteFormRedirect class.

Приватные методы

Метод Описание
ShouldSerializeHeader ( ) : bool

Описание методов

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

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

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

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

Initialize a new instance of the PaletteFormRedirect class.
public PaletteFormRedirect ( PaletteRedirect redirectForm, PaletteRedirect redirectHeader, NeedPaintHandler needPaint ) : System
redirectForm PaletteRedirect Inheritence redirection for form group.
redirectHeader PaletteRedirect Inheritence redirection for header.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System