ArcFM Engine Developer Guide
PanePosition Enumeration


Enumerates the positions when repositioning a pane.
Syntax
'Declaration
 
Public Enum PanePosition 
   Inherits System.Enum
'Usage
 
Dim instance As PanePosition
public enum PanePosition : System.Enum 
Members
MemberDescription
ChildThe pane will become a child of the specified pane.
FirstThe pane will be placed before all sibling panes of the specified pane.
LastThe pane will be placed after all sibling panes of the specified pane.
NextThe pane will be placed before the specified pane.
PreviousThe pane will be placed after the specified pane.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.Docking.PanePosition

Requirements

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.

See Also

Reference

Miner.Windows.Docking Namespace

 

 


Send Comment