Click or drag to resize

KryptonRibbonOnPaintBackground Method

Raises the PaintBackground event.

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override void OnPaintBackground(
	PaintEventArgs pevent
)

Parameters

pevent
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains the event data.
See Also