I have made a dialog system similar to windows forms. Like windows forms designer, I use a PropertyGrid for the properties and events. What I would like is to make it so that when an event value is double clicked, a default value is filled if nothing was filled before, and I have to be able to transfer focus to another place in my application.
Anyone know how this could be achieved?