Méthode | Description | |
---|---|---|
GetImage ( PaletteState state ) : Image |
Gets the image used for the ribbon tab.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the image color that should be interpreted as transparent.
|
|
GetLongText ( ) : string |
Gets the long text used as the secondary ribbon title.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
GetShortText ( ) : string |
Gets the short text used as the main ribbon title.
|
|
Layout ( |
Perform a layout of the elements.
|
|
MakeDirty ( ) : void |
Make dirty so cached values are not used.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawRibbonGroupGalleryText ( KryptonRibbon ribbon, |
Initialize a new instance of the ViewDrawRibbonGroupGalleryText class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | Tab state. |
Résultat | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | Tab state. |
Résultat | Color |
public GetPreferredSize ( |
||
context | Layout context. | |
Résultat |
public Layout ( |
||
context | Layout context. | |
Résultat | void |
public RenderBefore ( |
||
context | Rendering context. | |
Résultat | void |
public ViewDrawRibbonGroupGalleryText ( KryptonRibbon ribbon, |
||
ribbon | KryptonRibbon | Source ribbon control. |
ribbonGallery | Group gallery button to display title for. | |
firstText | bool | Should show the first button text. |
Résultat | System |