C# Класс ComponentFactory.Krypton.Toolkit.BreadCrumbMenuArgs

Details of the context menu showing related to a bread crumb.
Наследование: ContextPositionMenuArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BreadCrumbMenuArgs ( KryptonBreadCrumbItem crumb, KryptonContextMenu kcm, KryptonContextMenuPositionH positionH, KryptonContextMenuPositionV positionV ) : System

Initialize a new instance of the ContextMenuArgs class.

Описание методов

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