item Property

Summary

Gets the item the user selected by clicking on it from the Menu.

Syntax
TypeScript
JavaScript
Object.defineProperty(MenuItemSelectedEventArgs.prototype, 'item', 
	get: function() 
) 
item: MenuItem; // read-only 

Property Value

Gets the item the user selected by clicking on it from the Menu.

Example

Refer to MenuItem

Remarks

Call Items to add items to the menu. If the menu does not have any items, it will not be displayed. To display the menu, fill it with items through the Items collection, then call the Show method.

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.