ArcFM Engine Developer Guide
DropDownDisplayStyle Enumeration


Enumerates the various styles for displaying the dropdown information.
Syntax
'Declaration
 
Public Enum DropDownDisplayStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DropDownDisplayStyle
public enum DropDownDisplayStyle : System.Enum 
Members
MemberDescription
DataDisplay the converted data value (via the FormatConverter).
DataAndPictureDisplay the converted data value (via the FormatConverter) and also the associated picture.
DefaultDisplay using the standard default technique.
PictureDisplay only the associated picture.
TextDisplay the text value.
TextAndPictureDisplay the text value and also the associated picture.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.DropDownDisplayStyle

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 Namespace

 

 


Send Comment