Share via


RibbonButtonType Enumeration (2007 System)

Specifies the type of button that a RibbonSplitButton displays.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Enumeration RibbonButtonType
'Usage
Dim instance As RibbonButtonType
public enum RibbonButtonType
public enum class RibbonButtonType
public enum RibbonButtonType

Members

Member name Description
Button The RibbonSplitButton displays a button.
ToggleButton The RibbonSplitButton displays a toggle button.

See Also

Reference

Microsoft.Office.Tools.Ribbon Namespace

RibbonSplitButton