ViewLayoutCrumbs Constructor |
Initialize a new instance of the ViewLayoutCrumbs class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewLayoutCrumbs(
KryptonBreadCrumb kryptonBreadCrumb,
NeedPaintHandler needPaintDelegate
)
Parameters
- kryptonBreadCrumb KryptonBreadCrumb
- Reference to owning bread crumb control.
- needPaintDelegate NeedPaintHandler
- Delegate used to request repainting..
See Also