I\'m creating a .net custom control and it should be able to load multiple text files. I have a public property named ListFiles with those properties set :
[Br
You can do this by adding a UITypeEditor.
Here is an example of a UITypeEditor that gives you the OpenFileDialog for chossing a filename.