Miner.Interop.Controls Assembly > Miner.Interop Namespace > IMMListTree Interface : SelectionStyle Property |
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
'Declaration <DispIdAttribute(1610678298)> Property SelectionStyle As Integer
'Usage Dim instance As IMMListTree Dim value As Integer instance.SelectionStyle = value value = instance.SelectionStyle
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.