'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 NThemeExplorer 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;}