C# Class ComponentFactory.Krypton.Toolkit.BreadCrumbMenuArgs

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

Méthodes publiques

Méthode Description
BreadCrumbMenuArgs ( KryptonBreadCrumbItem crumb, KryptonContextMenu kcm, KryptonContextMenuPositionH positionH, KryptonContextMenuPositionV positionV ) : System

Initialize a new instance of the ContextMenuArgs class.

Method Details

BreadCrumbMenuArgs() public méthode

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.
Résultat System