Compartir a través de


RibbonSplitMenuItem.DropDownToolTipFooterTitle (Propiedad)

Obtiene o establece el texto del título que se muestra en el pie de página de la información sobre herramientas para el área desplegable de este control.

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

Sintaxis

'Declaración
Public Property DropDownToolTipFooterTitle As String
    Get
    Set
public string DropDownToolTipFooterTitle { get; set; }
public:
property String^ DropDownToolTipFooterTitle {
    String^ get ();
    void set (String^ value);
}
member DropDownToolTipFooterTitle : string with get, set
function get DropDownToolTipFooterTitle () : String
function set DropDownToolTipFooterTitle (value : String)

Valor de propiedad

Tipo: System.String
Texto del título que se va a mostrar en el pie de página de la información sobre herramientas.El valor predeterminado registrado es nullreferencia null (Nothing en Visual Basic).Para obtener más información sobre lo que puede afectar al valor, vea Prioridad de los valores de propiedades de dependencia.

Información sobre propiedades de dependencia

Campo de identificador

DropDownToolTipFooterTitleProperty

Propiedades de metadatos establecidas en true.

Ninguno

Seguridad de .NET Framework

Vea también

Referencia

RibbonSplitMenuItem Clase

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