RibbonSeparator.Title (Propiedad) (2007 System)

Actualización: noviembre 2007

Obtiene o establece el texto que aparece en el control RibbonSeparator.

Espacio de nombres:  Microsoft.Office.Tools.Ribbon
Ensamblado:  Microsoft.Office.Tools.Common.v9.0 (en Microsoft.Office.Tools.Common.v9.0.dll)

Sintaxis

Public Property Title As String

Dim instance As RibbonSeparator
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }

Valor de propiedad

Tipo: System.String

String que representa el texto que aparece en el control RibbonSeparator.

Comentarios

La propiedad Title sólo está disponible cuando el separador está en un menú como el menú de Microsoft Office, RibbonMenu o RibbonSplitButton. No se puede agregar texto a un separador que está en un grupo.

Permisos

Vea también

Referencia

RibbonSeparator (Clase)

RibbonSeparator (Miembros)

Microsoft.Office.Tools.Ribbon (Espacio de nombres)

Otros recursos

Información general sobre el modelo de objetos para la cinta de opciones