Compartir a través de


RibbonMenu.ControlSize Propiedad

Definición

Obtiene o establece el tamaño del menú.

public:
 property Microsoft::Office::Core::RibbonControlSize ControlSize { Microsoft::Office::Core::RibbonControlSize get(); void set(Microsoft::Office::Core::RibbonControlSize value); };
public Microsoft.Office.Core.RibbonControlSize ControlSize { get; set; }
member this.ControlSize : Microsoft.Office.Core.RibbonControlSize with get, set
Public Property ControlSize As RibbonControlSize

Valor de propiedad

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 ControlSize propiedad de un menú anidado siempre se establece en Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular.

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

Se aplica a