Gets or sets the MenuItem's text content.
For total customization of the appearance of the MenuItem, the Text property can have HTML content.
The following example illustrates using HTML content in the Text property:
[C#]
MenuItem mi = new MenuItem();
mi.Text = "<b>This will be bold!</b>";
MenuItem Class | skmMenu Namespace