RibbonControlService.ToolTipDescription Attached Property
.NET Framework 4
Gets or sets the descriptive text that is displayed in the ToolTip for this control.
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Property Value
Type: System.StringThe descriptive text to display in 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