Click or drag to resize

VisualFormPerformNeedPaint Method

Fires the NeedPaint event.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void PerformNeedPaint(
	bool needLayout
)

Parameters

needLayout
Type: SystemBoolean
Does the palette change require a layout.
See Also