Click or drag to resize

NavigatorBar Constructor

Initialize a new instance of the NavigatorBar class.

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 NavigatorBar(
	KryptonNavigator navigator,
	NeedPaintHandler needPaint
)

Parameters

navigator  KryptonNavigator
Reference to owning navigator instance.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also