RibbonGallery.Buttons A propriedade (sistema de 2007)
Obtém a coleção de botões neste RibbonGallery.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (em Microsoft.Office.Tools.Common.v9.0.dll)
Sintaxe
Public ReadOnly Property Buttons As RibbonButtonCollection
Dim instance As RibbonGallery
Dim value As RibbonButtonCollection
value = instance.Buttons
public RibbonButtonCollection Buttons { get; }
Valor de propriedade
Tipo: Microsoft.Office.Tools.Ribbon.RibbonButtonCollection
A coleção de botões neste RibbonGallery.
Comentários
Você pode adicionar botões para este RibbonGallery em time de execução. Para obter mais informações, consulte RibbonGallery.
Permissões
- 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ódigos parcialmente Confiável.
Consulte também
Referência
Namespace Microsoft.Office.Tools.Ribbon