ArcFM Engine Developer Guide
DockedPosition Enumeration


Defines the various locations where a CommandBar can be docked.
Syntax
'Declaration
 
Public Enum DockedPosition 
   Inherits System.Enum
'Usage
 
Dim instance As DockedPosition
public enum DockedPosition : System.Enum 
Members
MemberDescription
BottomPosition CommandBar at bottom of main window.
FloatingFloat CommandBar on top of main window.
LeftPosition CommandBar to left of main window.
RightPosition CommandBar to right of main window.
TopPosition CommandBar at top of main window.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.Commands.DockedPosition

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.Commands Namespace

 

 


Send Comment