Click or drag to resize

ViewLayoutCrumbs Constructor

Initialize a new instance of the ViewLayoutCrumbs class.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ViewLayoutCrumbs(
	KryptonBreadCrumb kryptonBreadCrumb,
	NeedPaintHandler needPaintDelegate
)

Parameters

kryptonBreadCrumb  KryptonBreadCrumb
Reference to owning bread crumb control.
needPaintDelegate  NeedPaintHandler
Delegate used to request repainting..
See Also