ArcFM Solution Developer Guide
SelectedImageIndex Property


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(-1)>
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.NoneExcludedImageIndexConverter)>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
<SRDescriptionAttribute("TreeViewSelectedImageIndexDescr")>
<System.Windows.Forms.RelatedImageListAttribute("ImageList")>
Public Property SelectedImageIndex As System.Integer
'Usage
 
Dim instance As MinerTreeView
Dim value As System.Integer
 
instance.SelectedImageIndex = value
 
value = instance.SelectedImageIndex
[System.ComponentModel.DefaultValue(-1)]
[SRCategory("CatBehavior")]
[System.ComponentModel.TypeConverter(System.Windows.Forms.NoneExcludedImageIndexConverter)]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
[SRDescription("TreeViewSelectedImageIndexDescr")]
[System.Windows.Forms.RelatedImageList("ImageList")]
public System.int SelectedImageIndex {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

MinerTreeView Class
MinerTreeView Members

 

 


Send Comment