RibbonButtonType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of button that a RibbonSplitButton displays.
public enum class RibbonButtonType
public enum RibbonButtonType
type RibbonButtonType =
Public Enum RibbonButtonType
- Inheritance
-
RibbonButtonType
Fields
Name | Value | Description |
---|---|---|
Button | 0 | The RibbonSplitButton displays a button. |
ToggleButton | 1 | The RibbonSplitButton displays a toggle button. |