Using a File browser for a property

wessamzeidan

Junior Contributor
Joined
Dec 8, 2002
Messages
379
Location
Lebanon
Hi, I'm doing a webusercontrol that extends the imagebutton control. I've added a property called OverImageURL which I use to specify the rollover image of the control. In the ImageURL control, you can use some sort of file browser to choose your image, how can I use that same browser in my OverImageURL property??
 
If you define the property as an image type, such as System.Drawing.Bitmap, Visual Studio .NET will configure the "Properties" window to display a file dialog. I assume that's what you're referring to.
 
Back
Top