RibbonGallery.ControlSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la taille du contrôle RibbonGallery .
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
Valeur de propriété
Microsoft.Office.Core.RibbonControlSize qui représente la taille du RibbonGallery contrôle.
Remarques
Cette propriété n’a aucun effet si fait RibbonGallery partie d’un menu. le ControlSize d’un RibbonGallery qui apparaît dans un menu est toujours défini sur, Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular
sauf si le contrôle ItemSize
parent est défini sur Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge
.
Pour agrandir RibbonSplitButton les contrôles de menu déroulant, définissez la ItemSize propriété du sur RibbonSplitButtonMicrosoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge
.
Cette propriété peut être définie au moment de l’exécution.