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.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawRibbonQATButton ( KryptonRibbon ribbon, IQuickAccessToolbarButton qatButton, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the ViewDrawRibbonQATButton class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
OnClick ( object sender, MouseEventArgs e ) : void | ||
OnRibbonEnableChanged ( object sender, |
||
UpdateEnabled ( ) : void |
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 ViewDrawRibbonQATButton ( KryptonRibbon ribbon, IQuickAccessToolbarButton qatButton, NeedPaintHandler needPaint ) : System | ||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
qatButton | IQuickAccessToolbarButton | Reference to button definition. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Résultat | System |