Compartir a través de


RibbonMenu.ControlSize (Propiedad)

Obtiene o establece el tamaño del menú.

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

Sintaxis

'Declaración
Property ControlSize As RibbonControlSize
RibbonControlSize ControlSize { get; set; }

Valor de propiedad

Tipo: Microsoft.Office.Core.RibbonControlSize
Microsoft.Office.Core.RibbonControlSize que representa el tamaño del menú.

Comentarios

Esta propiedad no tiene ningún efecto si el menú está anidado en otro menú.La propiedad ControlSize de un menú anidado siempre está establecida en Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular.

Para que un menú anidado parezca más grande, establezca la propiedad ItemSize del menú primario en Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge.

Seguridad de .NET Framework

Vea también

Referencia

RibbonMenu Interfaz

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

Otros recursos

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