RibbonBoxStyle 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 whether controls are aligned vertically or horizontally on a RibbonBox.
public enum class RibbonBoxStyle
public enum RibbonBoxStyle
type RibbonBoxStyle =
Public Enum RibbonBoxStyle
- Inheritance
-
RibbonBoxStyle
Fields
Name | Value | Description |
---|---|---|
Horizontal | 0 | Controls are aligned to the left and right of one other. |
Vertical | 1 | Controls are aligned above and below one another. If there is not enough room to display the controls in one column, the remaining controls are displayed in additional columns. |