RibbonBoxStyle Enum

Definition

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

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.

Applies to