KryptonRibbonPaintBackground Method |
Perform background painting with the provided default values.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override void PaintBackground(
Graphics g,
Brush backBrush,
Rectangle backRect
)
Parameters
- g Graphics
- Graphics reference for drawing.
- backBrush Brush
- Brush to use when painting.
- backRect Rectangle
- Client area to paint.
See Also