ArcFM Engine Developer Guide
DropDownStyle Enumeration


Enumerates whether the user can enter data other than the values in the dropdown list.
Syntax
'Declaration
 
Public Enum DropDownStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DropDownStyle
public enum DropDownStyle : System.Enum 
Members
MemberDescription
DropDownThe user can enter data other that the values provided in the dropdown list.
DropDownListThe user can only select items are that in the dropdown list.
Inheritance Hierarchy

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

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