IRenderRibbonDrawRibbonApplicationButton Method |
Draw the application button.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxIDisposable DrawRibbonApplicationButton(
PaletteRibbonShape shape,
RenderContext context,
Rectangle rect,
PaletteState state,
IPaletteRibbonBack palette,
IDisposable memento
)
Parameters
- shape PaletteRibbonShape
- Ribbon shape.
- context RenderContext
- Rendering context.
- rect Rectangle
- Target rectangle.
- state PaletteState
- State associated with rendering.
- palette IPaletteRibbonBack
- Palette used for sourcing settings.
- memento IDisposable
- Cached values to use when drawing.
Return Value
IDisposable
See Also