ArcFM Engine Developer Guide
MMDragAndDropMode Enumeration


This enumeration is used by the DragDropMode property on the IMMListTree interface to set the way in which items may be moved in a list.
Syntax
'Declaration
 
<GuidAttribute("AFFC3752-0CAC-429E-B676-066E1BE025F0")>
Public Enum MMDragAndDropMode 
   Inherits System.Enum
'Usage
 
Dim instance As MMDragAndDropMode
[Guid("AFFC3752-0CAC-429E-B676-066E1BE025F0")]
public enum MMDragAndDropMode : System.Enum 
Members
MemberDescription
MMDDMDragDropBothList items may be dragged and dropped.
MMDDMDragOnlyList items may be dragged only.
MMDDMDropOnlyList items may be dropped only.
MMDDMNoDragDropList items may not be dragged or dropped.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.MMDragAndDropMode

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

 

 


Send Comment