IBreadcrumbItemPopupMenuEventArgs

Assembly: Forms;

Description

The IBreadcrumbItemPopupMenuEventArgs interface contains properties of the argument of the event that occurs when the context menu opens for the element.

Inheritance Hierarchy

          IEventArgs

          IBreadcrumbItemEventArgs

          IBreadcrumbMouseEventArgs

          IBreadcrumbItemPopupMenuEventArgs

Properties

  Property name Brief description
PopupMenu The PopupMenu property determines the popup menu that opens for the appropriate element.

Properties inherited from IBreadcrumbMouseEventArgs

  Property name Brief description
Button The Button property returns the mouse button that clicked on the element.

Properties inherited from IBreadcrumbItemEventArgs

  Property name Brief description
Item The Item property returns the element, with which any action is executed.

See also:

Forms Assembly Interfaces