ArcFM Engine Developer Guide
Location Enumeration


Defines the different location where items can be displayed.
Syntax
'Declaration
 
Public Enum Location 
   Inherits System.Enum
'Usage
 
Dim instance As Location
public enum Location : System.Enum 
Members
MemberDescription
BottomLocate item at the bottom.
DefaultDefault - undefined by Infragistics.
LeftLocate item on the left.
RightLocate item on the right.
TopLocate item at the top.
Inheritance Hierarchy

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

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