UserData Field

Summary

The user data associated with the menu item.

Syntax
TypeScript
JavaScript
MenuItem = function() { 
   this.userData = (default value); 
} 
userData: any; 

Field Value

Any user data to be set.

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 using 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.