ArcFM Desktop Developer Guide
SelectionStyle Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Gets or sets the selection style using the mmSTSelectionType enumeration.

IMMListTree.SelectionStyle expects an int, but when you give it a selection style it throws an error that can't convert the mmSTSelectionStyle to an int. To solve this issue, put (int) in front of the selection style
Example: (int) MSTSelectionType.MMSTNodeSelectRange

Syntax
'Declaration
 
<DispIdAttribute(1610678298)>
Property SelectionStyle As Integer
'Usage
 
Dim instance As IMMListTree
Dim value As Integer
 
instance.SelectionStyle = value
 
value = instance.SelectionStyle
[DispId(1610678298)]
int SelectionStyle {get; set;}
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

IMMListTree Interface
IMMListTree Members

 

 


Send Comment