JAMS 6.x Help
Description Property (SubmitMenuRoot)


Gets or sets the description of this root menu item.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The description is the text that actually displays in the menu.")>
Public Property Description As System.String
'Usage
 
Dim instance As SubmitMenuRoot
Dim value As System.String
 
instance.Description = value
 
value = instance.Description
[System.ComponentModel.Description("The description is the text that actually displays in the menu.")]
public System.string Description {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitMenuRoot Class
SubmitMenuRoot Members