Version

UltraMenuItem Class Events

For a list of all members of this type, see UltraMenuItem members.

Public Events
 NameDescription
Public EventClickOccurs when the menu item is clicked or selected using a shortcut key or access key defined for the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDrawItemOccurs when the System.Windows.Forms.MenuItem.OwnerDraw property of a menu item is set to true and a request is made to draw the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public EventMeasureItemOccurs when the menu needs to know the size of a menu item before drawing it. (Inherited from System.Windows.Forms.MenuItem)
Public EventPopupOccurs before a menu item's list of menu items is displayed. (Inherited from System.Windows.Forms.MenuItem)
Public EventSelectOccurs when the user places the pointer over a menu item. (Inherited from System.Windows.Forms.MenuItem)
See Also