Click or drag to resize

BreadCrumbMenuArgs Constructor

Initialize a new instance of the ContextMenuArgs 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 BreadCrumbMenuArgs(
	KryptonBreadCrumbItem crumb,
	KryptonContextMenu kcm,
	KryptonContextMenuPositionH positionH,
	KryptonContextMenuPositionV positionV
)

Parameters

crumb
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonBreadCrumbItem
Reference to related crumb.
kcm
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenu
KryptonContextMenu that can be customized.
positionH
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuPositionH
Relative horizontal position of the KryptonContextMenu.
positionV
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuPositionV
Relative vertical position of the KryptonContextMenu.
See Also