Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |