65.9K
CodeProject is changing. Read more.
Home

Adding a File Open dialog to a PropertyGrid control

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.79/5 (10 votes)

May 9, 2011

CPOL

1 min read

viewsIcon

42394

The Visual Studio Property pane is a control, which can be used in WinForms like any other, and it provides a simple, easy to use property editor for your classes. However, it is not obvious how to get it to open a browse dialog for a file path property.