This question is locked. New answers and comments are not allowed.
Hi, how would one go about to extend the RadDocking's compass with additional custom buttons? I want to display some icons representing the user's monitors (ie bottom right of the current screen) when dragging a RadPane.
In the same way the compass works, I want to be able to detect when the mouse is over any monitor icon so that when the user releases the mouse, the RadPane is then transferred to another RadDock on another screen.
Right now, when the compass is active the RadDock seems to block MouseMove events (or any mouse events) while dragging the pane so I'm usable to detect when the mouse is over my custom icons.
What would be the best way to achieve that functionality?
Thanks!
Dave
In the same way the compass works, I want to be able to detect when the mouse is over any monitor icon so that when the user releases the mouse, the RadPane is then transferred to another RadDock on another screen.
Right now, when the compass is active the RadDock seems to block MouseMove events (or any mouse events) while dragging the pane so I'm usable to detect when the mouse is over my custom icons.
What would be the best way to achieve that functionality?
Thanks!
Dave