Click or drag to resize

KryptonNavigatorEvalInvokePaint Property

Work out if this control needs to use Invoke to force a repaint.

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#
protected override bool EvalInvokePaint { get; }

Return Value

Boolean
True to use Invoke; false to use Invalidate.
See Also