Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies whether controls are aligned vertically or horizontally on a RibbonBox.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Enumeration RibbonBoxStyle
'Usage
Dim instance As RibbonBoxStyle
public enum RibbonBoxStyle
public enum class RibbonBoxStyle
public enum RibbonBoxStyle
Members
| Member name | Description | |
|---|---|---|
| Horizontal | Controls are aligned to the left and right of one other. | |
| Vertical | 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. |