CommandBarStyle Enumeration
Enumerator used to specify the look and feel of the toolbar
Syntax
public enum CommandBarStyle : System.Enum
public enum class CommandBarStyle : public System.Enum
Members
Member | Description |
---|---|
Default | The toolbars will be displayed in their default style of OfficeXP. |
Office2003 | Visual elements will emulate the Office 2003 look and feel. |
Office2007 | Visual elements will emulate the Office 2007 look and feel. |
Office2010 | Visual elements will emulate the Office 2010 look and feel. |
ScenicRibbon | Visual elements will emulate the Scenic Ribbon look and feel. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.CommandBarStyle
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also