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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override bool EvalInvokePaint { get; }

Return Value

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