MenuItemHover Event

Summary

Fires when the pointer (mouse or touch) is hovering over the menu item.

Syntax
TypeScript
JavaScript
Object.defineProperty(Menu.prototype,'menuItemHover',  
	get: function(), 
	set: function(value) 
) 
menuItemHover: LeadEvent; 
Remarks

The menu engine, by default, implements item hovering by highlighting the menu item when the mouse hovers over it.

Event Data
ParameterTypeDescription
sendervarThe source of the event
eMenuItemSelectedEventArgsThe event data
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.