RibbonControlService.SetToolTipFooterTitle(DependencyObject, String) Méthode

Définition

Définit la valeur de la propriété jointe ToolTipFooterTitle pour un objet.

public:
 static void SetToolTipFooterTitle(System::Windows::DependencyObject ^ element, System::String ^ value);
public static void SetToolTipFooterTitle (System.Windows.DependencyObject element, string value);
static member SetToolTipFooterTitle : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetToolTipFooterTitle (element As DependencyObject, value As String)

Paramètres

element
DependencyObject

Objet sur lequel la propriété jointe est écrite.

value
String

Valeur à définir.

Exceptions

Le element spécifié a la valeur null.

S’applique à