Share via


RibbonToolTip.Description Property

Gets or sets the descriptive text that is displayed for the control that is associated with this ToolTip.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property Description As String
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Property Value

Type: System.String
The descriptive text to display in the ToolTip. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

DescriptionProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonToolTip Class

Microsoft.Windows.Controls.Ribbon Namespace