RibbonGalleryItem::ToolTipImageSource Property
.NET Framework (current version)
Gets or sets the image that is displayed in the ToolTip for this control.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property ImageSource^ ToolTipImageSource { ImageSource^ get(); void set(ImageSource^ value); }
Property Value
Type: System.Windows.Media::ImageSource^The image to display in 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:
