BreadCrumbMenuArgs Constructor |
Initialize a new instance of the ContextMenuArgs class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic BreadCrumbMenuArgs(
KryptonBreadCrumbItem crumb,
KryptonContextMenu kcm,
KryptonContextMenuPositionH positionH,
KryptonContextMenuPositionV positionV
)
Parameters
- crumb KryptonBreadCrumbItem
- Reference to related crumb.
- kcm KryptonContextMenu
- KryptonContextMenu that can be customized.
- positionH KryptonContextMenuPositionH
- Relative horizontal position of the KryptonContextMenu.
- positionV KryptonContextMenuPositionV
- Relative vertical position of the KryptonContextMenu.
See Also