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