Link to home
Start Free TrialLog in
Avatar of njackson60
njackson60

asked on

Visual Studio Extensibility Property Window

Hi,

I have custom objects that I am developing in my own Visual Studio DSL project.  One of these objects has a property that is a UNC file location.  In runtime mode, when a file is selected I am display the properties for that object in the property window - everything works great.

The problem I am having is that when a user selects an object and the properties are displayed, how can I force the filepath property to show an ellipses in the property window and when the ellipses is clicked to display and OpenFileDialog box?

Thanks!

Neal Jackson
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of njackson60
njackson60

ASKER

Thank you!  This was THE PERFECT solution.  I appreciate your time.

Neal