Click or drag to resize

KryptonRibbonPaintBackground Method

Perform background painting with the provided default values.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected 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