Home All Groups Group Topic Archive Search About
Author
23 Sep 2006 8:14 PM
laptop@kirakai.com
hello:
using vb.net - I have a server control.
I have a property but I want to have a file open editor attached to it.

<Bindable(True), Category("Custom Properties"), Editor("?")
Localizable(True), Description("Image Source"), DisplayName("Image Source")>
Property ImageSource() As String



What should I put in the editor so that in design mode, the user can click
on and have a file-opn experience.

Thanks

Author
24 Sep 2006 6:17 AM
Gaurav Vaish (www.EduJiniOnline.com)
> <Bindable(True), Category("Custom Properties"), Editor("?")
> Localizable(True), Description("Image Source"), DisplayName("Image
> Source")> Property ImageSource() As String


Use: 'System.Web.UI.Design.UrlEditor' from 'System.Design.dll' assembly.