Свойство | Type | Description |
---|
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.
|
|
KryptonPaletteHeaderGroupState ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the KryptonPaletteHeaderGroupState class.
|
|
PopulateFromBase ( ) : void |
Populate values from the base palette.
|
|
ResetDockActiveHeaderPadding ( ) : void |
Reset the DockActiveHeaderPadding to the default value.
|
|
ResetDockInactiveHeaderPadding ( ) : void |
Reset the DockInactiveHeaderPadding to the default value.
|
|
ResetOverlayHeaders ( ) : void |
Resets the OverlayHeaders property to its default value.
|
|
ResetPrimaryHeaderPadding ( ) : void |
Reset the PrimaryHeaderPadding to the default value.
|
|
ResetSecondaryHeaderPadding ( ) : void |
Reset the SecondaryHeaderPadding to the default 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 |
public GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricInt | Requested metric. |
Résultat | int |
public GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricPadding | Requested metric. |
Résultat | Padding |
public KryptonPaletteHeaderGroupState ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System | ||
redirect | PaletteRedirect | Redirection for inheriting values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Résultat | System |
public ResetDockActiveHeaderPadding ( ) : void | ||
Résultat | void |
public ResetDockInactiveHeaderPadding ( ) : void | ||
Résultat | void |
public ResetPrimaryHeaderPadding ( ) : void | ||
Résultat | void |
public ResetSecondaryHeaderPadding ( ) : void | ||
Résultat | void |