Compartir a través de


RibbonControlService.SetToolTipFooterTitle (Método)

Establece el valor de la propiedad adjunta ToolTipFooterTitle de un objeto.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Public Shared Sub SetToolTipFooterTitle ( _
    element As DependencyObject, _
    value As String _
)
public static void SetToolTipFooterTitle(
    DependencyObject element,
    string value
)
public:
static void SetToolTipFooterTitle(
    DependencyObject^ element, 
    String^ value
)
static member SetToolTipFooterTitle : 
        element:DependencyObject * 
        value:string -> unit 
public static function SetToolTipFooterTitle(
    element : DependencyObject, 
    value : String
)

Parámetros

Excepciones

Excepción Condición
ArgumentNullException

El element especificado es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

RibbonControlService Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)