Nevron .NET Vision
Nevron.Editors Namespace / NThemeExplorer Class / SelectedImageIndex Property


In This Topic
    SelectedImageIndex Property (NThemeExplorer)
    In This Topic
    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 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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also