RibbonToggleButton.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 RibbonToggleButton .
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 RibbonToggleButton contrôle.
Remarques
Cette propriété n’a aucun effet si le bouton fait partie d’un menu. Le Microsoft.Office.Core.RibbonControlSize
d’un bouton qui apparaît dans un menu est toujours défini sur Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular
.
Pour modifier la taille d’un RibbonToggleButton dans un menu, utilisez la ItemSize propriété .