ArcFM Engine Developer Guide
DockedSide Enumeration


Enumerates the various locations where a pane can be docked.
Syntax
'Declaration
 
Public Enum DockedSide 
   Inherits System.Enum
'Usage
 
Dim instance As DockedSide
public enum DockedSide : System.Enum 
Members
MemberDescription
BottomDock the dockable pane to the bottom of the main window.
LeftDock the dockable pane to the left side of the main window.
RightDock the dockable pane to the right side of the main window.
TopDock the dockable pane to the top of the main window.
Inheritance Hierarchy

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

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