Click or drag to resize

KryptonNavigatorPerformNeedPagePaint Method

Fires the NeedPaint event and also repaints the selected page.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void PerformNeedPagePaint(
	bool needLayout
)

Parameters

needLayout  Boolean
Does the palette change require a layout.
See Also