RibbonControlService.SetToolTipFooterDescription Method
.NET Framework 4
Sets the value of the ToolTipFooterDescription attached property for an object.
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
public static void SetToolTipFooterDescription( DependencyObject element, string value )
Parameters
- element
- Type: System.Windows.DependencyObject
The object to which the attached property is written.
- value
- Type: System.String
The value to set.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified element is null. |
- 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.