Version

DescriptionOnMenu Property (SharedProps)

Gets or sets an extended, formatted description of a tool which will appear below the Caption in menus.
Syntax
'Declaration
 
Public Property DescriptionOnMenu As String
public string DescriptionOnMenu {get; set;}

Property Value

An extended, formatted description of a tool which will appear below the Caption in menus.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe property is modified at design-time for a tool in an UltraToolbarsManager defined on a base Form or UserControl. Inherited tools must be modified at run-time or at design-time through the designer of the Form or UserControl they were created on.
Remarks

Note: When setting this property, the new description is parsed using the Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue.Parse(System.Object,Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue.ValueType,System.Exception@) method. Many different exceptions can be thrown by this method depending on the assigned value. See the remarks of the Parse method for details on these exceptions.

Note: This property must be assigned formatted text. If raw text is to be assigned to this property, pass the raw text into Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue.EscapeXML(System.String) to convert the raw text to formatted text, then assign the return value to this property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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