PropertyGrid question

  • Thread starter Thread starter R.A.
  • Start date Start date
R

R.A.

Hi

How can I have the grid showing something like the following:

PleaseSelect Directory [...]

The [...] needs to be clicked by the user and then I will lunch the file
selection dialog.


Thanks
 
Check out:

System.Windows.Forms.Design.FolderNameEditor
System.Windows.Forms.Design.FileNameEditor

-vJ
 
Back
Top