ArcFM Desktop Developer Guide
DropDownSortStyle Enumeration


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Enumerates the various ways that the dropdown list can be sorted.
Available at Version
9.2.1 and later
Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly
Miner.Windows.dll
Syntax
'Declaration
 
Public Enum DropDownSortStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DropDownSortStyle
public enum DropDownSortStyle : System.Enum 
Members
MemberDescription
AscendingSort ascending on the text value.
AscendingByDataSort ascending on the converted data value.
DescendingSort descending on the text value.
DescendingByDataSort descending on the converted data value.
NoneNo sort.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.DropDownSortStyle

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

Enumerates the various ways that the dropdown list can be sorted.
Object Model
DropDownSortStyle Enumeration
Syntax
'Declaration
 
Public Enum DropDownSortStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DropDownSortStyle
public enum DropDownSortStyle : System.Enum 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.DropDownSortStyle

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

DropDownSortStyle Members
Miner.Windows Namespace

 

 


Send Comment