RenderStandardDrawRibbonApplicationTab Method |
Draw the application tab.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override IDisposable DrawRibbonApplicationTab(
PaletteRibbonShape shape,
RenderContext context,
Rectangle rect,
PaletteState state,
Color baseColor1,
Color baseColor2,
IDisposable memento
)
Parameters
- shape
- Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonShape
Ribbon shape. - context
- Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Rendering context. - rect
- Type: System.DrawingRectangle
Target rectangle. - state
- Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering. - baseColor1
- Type: System.DrawingColor
Base color1 used for drawing the ribbon tab. - baseColor2
- Type: System.DrawingColor
Base color2 used for drawing the ribbon tab. - memento
- Type: SystemIDisposable
Cached values to use when drawing.
Return Value
Type:
IDisposableImplements
IRenderRibbonDrawRibbonApplicationTab(PaletteRibbonShape, RenderContext, Rectangle, PaletteState, Color, Color, IDisposable)See Also