RibbonSplitButton.ButtonType (Propiedad)

Obtiene o establece el tipo del botón en el control RibbonSplitButton.

Espacio de nombres:  Microsoft.Office.Tools.Ribbon
Ensamblado:  Microsoft.Office.Tools.Common (en Microsoft.Office.Tools.Common.dll)

Sintaxis

'Declaración
Property ButtonType As RibbonButtonType
RibbonButtonType ButtonType { get; set; }

Valor de propiedad

Tipo: Microsoft.Office.Tools.Ribbon.RibbonButtonType
RibbonButtonType que representa el tipo del botón en el control RibbonSplitButton.

Comentarios

Las dos opciones son Button y ToggleButton.

No se puede cambiar la propiedad en tiempo de ejecución.

Seguridad de .NET Framework

Vea también

Referencia

RibbonSplitButton Interfaz

Microsoft.Office.Tools.Ribbon (Espacio de nombres)

Otros recursos

Información general sobre el modelo de objetos para la cinta de opciones