RibbonGalleryItem::ToolTipFooterDescription Property
.NET Framework (current version)
Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property String^ ToolTipFooterDescription { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.
Warning |
|---|
Each ribbon control inherits a FrameworkElement::ToolTip property. If the FrameworkElement::ToolTip property is set, the ribbon’s enhanced ToolTip will not be shown; the standard ToolTip will be shown instead. |
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 4.5
Available since 4.5
Show:
