ComponentFactory.Krypton.Toolkit.BreadCrumbMenuArgs.BreadCrumbMenuArgs C# (CSharp) Метод

BreadCrumbMenuArgs() публичный Метод

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.
Результат System
        public BreadCrumbMenuArgs(KryptonBreadCrumbItem crumb,
                                  KryptonContextMenu kcm,
                                  KryptonContextMenuPositionH positionH,
                                  KryptonContextMenuPositionV positionV)
            : base(null, kcm, positionH, positionV)
        {
            _crumb = crumb;
        }
BreadCrumbMenuArgs