C# Class ComponentFactory.Krypton.Toolkit.BreadCrumbMenuArgs

Details of the context menu showing related to a bread crumb.
Inheritance: ContextPositionMenuArgs
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
BreadCrumbMenuArgs ( KryptonBreadCrumbItem crumb, KryptonContextMenu kcm, KryptonContextMenuPositionH positionH, KryptonContextMenuPositionV positionV ) : System

Initialize a new instance of the ContextMenuArgs class.

Method Details

BreadCrumbMenuArgs() public method

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