Propriedade RibbonToggleButton.ControlSize
Obtém ou define o tamanho da RibbonToggleButton de controle.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)
Sintaxe
'Declaração
Property ControlSize As RibbonControlSize
Get
Set
RibbonControlSize ControlSize { get; set; }
Valor de propriedade
Tipo: Microsoft.Office.Core.RibbonControlSize
A Microsoft.Office.Core.RibbonControlSize que representa o tamanho da RibbonToggleButton de controle.
Comentários
Essa propriedade não terá efeito se o botão é parte de um menu. O Microsoft.Office.Core.RibbonControlSize de um botão que aparece em um menu é sempre definido como Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular.
Para alterar o tamanho de um RibbonToggleButton em um menu, use o ItemSize propriedade.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Office.Tools.Ribbon