Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
Initialize a new instance of the PaletteFormRedirect class.
|
|
PaletteFormRedirect ( |
Initialize a new instance of the PaletteFormRedirect class.
|
Метод | Описание | |
---|---|---|
ShouldSerializeHeader ( ) : bool |
public GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricBool | Requested metric. |
Результат | InheritBool |
public GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricInt | Requested metric. |
Результат | int |
public GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricPadding | Requested metric. |
Результат | Padding |
public PaletteFormRedirect ( |
||
redirect | Inheritence redirection instance. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Результат | System |
public PaletteFormRedirect ( |
||
redirectForm | Inheritence redirection for form group. | |
redirectHeader | Inheritence redirection for header. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Результат | System |