'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <SRCategoryAttribute("CatBehavior")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.NoneExcludedImageIndexConverter)> <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <SRDescriptionAttribute("TreeViewImageIndexDescr")> <System.Windows.Forms.RelatedImageListAttribute("ImageList")> Public Property ImageIndex As System.Integer
'Usage
Dim instance As NSceneTreeViewControl Dim value As System.Integer instance.ImageIndex = value value = instance.ImageIndex
[System.ComponentModel.DefaultValue(-1)] [SRCategory("CatBehavior")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.TypeConverter(System.Windows.Forms.NoneExcludedImageIndexConverter)] [System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [SRDescription("TreeViewImageIndexDescr")] [System.Windows.Forms.RelatedImageList("ImageList")] public System.int ImageIndex {get; set;}