Property | Type | Description |
---|
Method | 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.
|
|
PaletteBarRedirect ( |
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.
|
public GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricBool | Requested metric. |
return | InheritBool |
public GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricInt | Requested metric. |
return | int |
public GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricPadding | Requested metric. |
return | Padding |
public PaletteBarRedirect ( |
||
redirect | Inheritence redirection instance. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |