Active Query Builder support area

Use of DesignPaneControl - Know what Tables the user has selected??

Avatar

Hello, I am using the DesignPaneControl to show what InMemory DataTables I have open in my application.  It works really well for this! 

However, now I am looking at providing the user with the ability to select two in-memory tables and take some actions on them.  To do this - I would need to display a list of InMemory tables - and allow the user to select from them.  While this is not difficult using standard C# controls - I thought it would be a good use of your DesignPaneControl.  Basically, allow the user to do it visually.  

To do this I would need to know when a user has highlighted/selected a table in the Pane.  (I figure I could add a panel below the pane - and a button that would allow me to note which table has been selected).

I do not see any events that would allow this - or properties that would support this - so I am guessing that I am asking for functionality that does not currently exist in the component.  That is fine - but I thought I would ask to see if you have any plans on things like this in the future?

Bradley