RibbonControlService.ToolTipFooterImageSource Attached Property
.NET Framework 4
Gets or sets the image that is displayed in the footer of the ToolTip for this control.
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Property Value
Type: System.Windows.Media.ImageSourceThe image 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.
Caution
|
|---|
|
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. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Caution