DockGroupStyle Enumeration
Enumeration of styles for group docked windows.
Syntax
public enum DockGroupStyle : System.Enum
public enum class DockGroupStyle : public System.Enum
Members
Member | Description |
---|---|
HorizontalSplit | The child panes are split horizontally. |
SlidingGroup | The panes appear as headers in an outlook group bar style interface. |
TabGroup | The panes are displayed as tabs items in a tab group. |
VerticalSplit | The child panes are split vertically. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.DockGroupStyle
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also