MenuShowEvent
Enum
Define the event that triggers showing the menu items.
Definition
Fields
The child menu items will be displayed when the user clicks on the target element.
C#
Click = 1
The child menu items will appear when the pointing device (usually the mouse) is initially moved with its hotspot within the element.
C#
MouseEnter = 0