Compartir a través de


RibbonMenu.ItemSize Propiedad

Definición

Obtiene o establece el tamaño de los controles del menú.

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

Valor de propiedad

Microsoft.Office.Core.RibbonControlSize que representa el tamaño de los controles del menú. El valor predeterminado es Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular.

Comentarios

Para ampliar los controles que se encuentran en el menú, establezca la ItemSize propiedad del menú Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLargeprimario en .

Esta propiedad solo se puede establecer en tiempo de ejecución en determinadas condiciones. Para obtener más información, vea Información general sobre el modelo de objetos de la cinta de opciones.

Para cambiar el tamaño del menú, use la ControlSize propiedad .

Se aplica a