Miner.Interop.Controls Assembly > Miner.Interop Namespace : MMSTSelectionType Enumeration |
This enumeration is used by the SelectionStyle property to get or set the style of selection in a list tree.
The integers that each selection style represents are as follows:
'Declaration <GuidAttribute("15586D84-3D78-4032-A8B8-E09452B5051F")> Public Enum MMSTSelectionType Inherits System.Enum
'Usage Dim instance As MMSTSelectionType
[Guid("15586D84-3D78-4032-A8B8-E09452B5051F")] public enum MMSTSelectionType : System.Enum
Member | Description |
---|---|
MMSTNodeSelectMulti | Each click selects an additional list item. (MMSTNodeSelectMulti = 1) |
MMSTNodeSelectRange | Each click selects the list item and all others between that click and the last one. (MMSTNodeSelectRange = 2) |
MMSTNodeSelectSingle | Each click selects a single list item. (MMSTNodeSelectSingle = 0) |
[ uuid(15586D84-3D78-4032-A8B8-E09452B5051F), helpstring("Miner & Miner MMSTSelectionType Enum.") ] enum MMSTSelectionType { MMSTNodeSelectSingle = 0, MMSTNodeSelectMulti = 1, MMSTNodeSelectRange = 2 };
System.Object
System.ValueType
System.Enum
Miner.Interop.MMSTSelectionType
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.