Miner.Windows Assembly > Miner.Windows.Docking Namespace : PanePosition Enumeration |
'Declaration Public Enum PanePosition Inherits System.Enum
'Usage Dim instance As PanePosition
public enum PanePosition : System.Enum
Member | Description |
---|---|
Child | The pane will become a child of the specified pane. |
First | The pane will be placed before all sibling panes of the specified pane. |
Last | The pane will be placed after all sibling panes of the specified pane. |
Next | The pane will be placed before the specified pane. |
Previous | The pane will be placed after the specified pane. |
System.Object
System.ValueType
System.Enum
Miner.Windows.Docking.PanePosition
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.
'Declaration Public Enum PanePosition Inherits System.Enum
'Usage Dim instance As PanePosition
public enum PanePosition : System.Enum
System.Object
System.ValueType
System.Enum
Miner.Windows.Docking.PanePosition
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.