Property | Type | Description | |
---|---|---|---|
ShouldSerializeBar | bool | ||
ShouldSerializeBorderEdge | bool | ||
ShouldSerializeCheckButton | bool | ||
ShouldSerializeHeaderGroup | bool | ||
ShouldSerializeMetrics | bool | ||
ShouldSerializeMiniButton | bool | ||
ShouldSerializeOverflowButton | bool | ||
ShouldSerializePage | bool | ||
ShouldSerializePanel | bool | ||
ShouldSerializeRibbonGeneral | bool | ||
ShouldSerializeRibbonTab | bool | ||
ShouldSerializeSeparator | bool | ||
ShouldSerializeTab | bool |
Method | Description | |
---|---|---|
GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int |
Gets an integer metric value.
|
|
GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding |
Gets a padding metric value.
|
|
PaletteNavigatorRedirect ( |
Initialize a new instance of the PaletteNavigatorNormabled class.
|
|
PaletteNavigatorRedirect ( |
Initialize a new instance of the PaletteNavigatorNormabled class.
|
Method | Description | |
---|---|---|
ShouldSerializeBar ( ) : bool | ||
ShouldSerializeBorderEdge ( ) : bool | ||
ShouldSerializeCheckButton ( ) : bool | ||
ShouldSerializeHeaderGroup ( ) : bool | ||
ShouldSerializeMetrics ( ) : bool | ||
ShouldSerializeMiniButton ( ) : bool | ||
ShouldSerializeOverflowButton ( ) : bool | ||
ShouldSerializePage ( ) : bool | ||
ShouldSerializePanel ( ) : bool | ||
ShouldSerializeRibbonGeneral ( ) : bool | ||
ShouldSerializeRibbonTab ( ) : bool | ||
ShouldSerializeSeparator ( ) : bool | ||
ShouldSerializeTab ( ) : bool |
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 PaletteNavigatorRedirect ( |
||
navigator | Reference to owning navigator. | |
redirect | Inheritence redirection instance. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PaletteNavigatorRedirect ( |
||
navigator | Reference to owning navigator. | |
redirectNavigator | Inheritence redirection for navigator level. | |
redirectNavigatorPage | Inheritence redirection for page level. | |
redirectNavigatorHeaderGroup | Inheritence redirection for header groups level. | |
redirectNavigatorHeaderPrimary | Inheritence redirection for primary header. | |
redirectNavigatorHeaderSecondary | Inheritence redirection for secondary header. | |
redirectNavigatorHeaderBar | Inheritence redirection for bar header. | |
redirectNavigatorHeaderOverflow | Inheritence redirection for bar header. | |
redirectNavigatorCheckButton | Inheritence redirection for check button. | |
redirectNavigatorOverflowButton | Inheritence redirection for overflow button. | |
redirectNavigatorMiniButton | Inheritence redirection for check button. | |
redirectNavigatorBar | Inheritence redirection for bar. | |
redirectNavigatorBorderEdge | Inheritence redirection for border edge. | |
redirectNavigatorSeparator | Inheritence redirection for separator. | |
redirectNavigatorTab | Inheritence redirection for tab. | |
redirectNavigatorRibbonTab | Inheritence redirection for ribbon tab. | |
redirectNavigatorRibbonGeneral | Inheritence redirection for ribbon general. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |