Specifies the type of button that a RibbonSplitButton displays.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Public Enumeration RibbonButtonType
public enum RibbonButtonType
Members
| Member name | Description | |
|---|---|---|
| Button | The RibbonSplitButton displays a button. | |
| ToggleButton | The RibbonSplitButton displays a toggle button. |