Method | Description | |
---|---|---|
GetContentLongTextColor1 ( PaletteState state ) : Color |
Gets the first back color for the long text.
|
|
GetContentLongTextColor2 ( PaletteState state ) : Color |
Gets the second back color for the long text.
|
|
GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim |
Gets the text trimming to use for long text.
|
|
GetContentShortTextColor1 ( PaletteState state ) : Color |
Gets the first back color for the short text.
|
|
GetContentShortTextColor2 ( PaletteState state ) : Color |
Gets the second back color for the short text.
|
|
GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign |
Gets the horizontal relative alignment of the short text.
|
|
GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim |
Gets the text trimming to use for short text.
|
|
RibbonTabToContent ( |
Initialize a new instance of the RibbonTabToContent class.
|
public GetContentLongTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentLongTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextTrim |
public GetContentShortTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentShortTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextTrim |
public RibbonTabToContent ( |
||
ribbonGeneral | Source for general ribbon settings. | |
ribbonTabText | IPaletteRibbonText | Source for ribbon tab settings. |
return | System |