Dela via


RibbonToolTip.FooterDescription Property

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

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

Syntax

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

Property Value

Type: System.String
The descriptive text to display in the footer of 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

FooterDescriptionProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonToolTip Class

Microsoft.Windows.Controls.Ribbon Namespace