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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ViewLayoutCrumbs(
	KryptonBreadCrumb kryptonBreadCrumb,
	NeedPaintHandler needPaintDelegate
)

Parameters

kryptonBreadCrumb
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonBreadCrumb
Reference to owning bread crumb control.
needPaintDelegate
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate used to request repainting..
See Also