'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.EditorAttribute("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <System.Web.UI.UrlPropertyAttribute()> <WebCategoryAttribute("Appearance")> <WebSysDescriptionAttribute("TreeView_NoExpandImageUrl")> Public Property NoExpandImageUrl As System.String
'Usage
Dim instance As NTreeView Dim value As System.String instance.NoExpandImageUrl = value value = instance.NoExpandImageUrl
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Editor("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [System.Web.UI.UrlProperty()] [WebCategory("Appearance")] [WebSysDescription("TreeView_NoExpandImageUrl")] public System.string NoExpandImageUrl {get; set;}