RenderBaseDrawRibbonApplicationTab Method |
Draw the application tab.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract IDisposable DrawRibbonApplicationTab(
PaletteRibbonShape shape,
RenderContext context,
Rectangle rect,
PaletteState state,
Color baseColor1,
Color baseColor2,
IDisposable memento
)
Parameters
- shape PaletteRibbonShape
- Ribbon shape.
- context RenderContext
- Rendering context.
- rect Rectangle
- Target rectangle.
- state PaletteState
- State associated with rendering.
- baseColor1 Color
- Base color1 used for drawing the ribbon tab.
- baseColor2 Color
- Base color2 used for drawing the ribbon tab.
- memento IDisposable
- Cached values to use when drawing.
Return Value
IDisposableImplements
IRenderRibbonDrawRibbonApplicationTab(PaletteRibbonShape, RenderContext, Rectangle, PaletteState, Color, Color, IDisposable)
See Also