'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_ExpandImageUrl")> Public Property ExpandImageUrl As System.String
'Usage
Dim instance As NTreeView Dim value As System.String instance.ExpandImageUrl = value value = instance.ExpandImageUrl
[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_ExpandImageUrl")] public System.string ExpandImageUrl {get; set;}