Expand Minimize
This topic has not yet been rated - Rate this topic

RibbonControlService.SetToolTipFooterDescription Method

.NET Framework 4

Sets the value of the ToolTipFooterDescription attached property for an object.

Namespace:  Microsoft.Windows.Controls.Ribbon
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.
ExceptionCondition
ArgumentNullException

The specified element is null.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.