Nuno Durães
Member
Hello everybody.
My RootPane has several other panes created programmatically (not in the designer).
I can implement mouse events for each of them separately.
This makes the code very long, boring and not at all productive.
I'm trying to get a generic method that filters in MainForm.RootPane.GetAllViewsRecursive, each Pane.Tag with select case
Is it possible to get this approach?
Thanks in advance for the help
My RootPane has several other panes created programmatically (not in the designer).
I can implement mouse events for each of them separately.
This makes the code very long, boring and not at all productive.
I'm trying to get a generic method that filters in MainForm.RootPane.GetAllViewsRecursive, each Pane.Tag with select case
Is it possible to get this approach?
Thanks in advance for the help