DockedPosition Enumeration
Enumerator used to specify the location of a toolbar or window docking area.
Syntax
public enum DockedPosition : System.Enum
public enum class DockedPosition : public System.Enum
Members
Member | Description |
---|---|
Bottom | The docking area is located at the bottom of the container. |
Floating | The commandbar or window is floating. |
Left | The docking area is located at the left edge of the container. |
LeftPriority | The docking area is located at the left edge of the container, and given highest priority. |
LeftTab | The docked/tabbed area is located on the left side of the graphical View. |
Right | The docking area is located at the right edge of the container. |
RightPriority | The docking area is located at the right edge of the container, and given highest priority. |
RightTab | The docked/tabbed area is located on the right side of the graphical View. |
Top | The docking area is located at the top of the container. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.DockedPosition
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also