Method AddDisabledText
AddDisabledText(string)
Adds a disabled menu item with the specified text to the menu.
public virtual MenuItem AddDisabledText(string text)
Parameters
textstringThe text to display for the disabled menu item.
Adds a disabled menu item with the specified text to the menu.
public virtual MenuItem AddDisabledText(string text)
text stringThe text to display for the disabled menu item.