Text Field

Summary

The menu item's caption, namely, the text that will be displayed.

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

Field Value

The menu item's caption, namely, the text that will be displayed.

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.

Example

Refer to MenuItem

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.