Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3045
How-to disable double-click on pane title?
posted

On RDP session which can sometimes have a lag, the user accidentally double-clicks on the title bar of a pane causing it to float. I want to parameterized this feature, so I can turn it on/off.

How do you proceed doing this?

Parents
  • 4625
    Verified Answer
    Offline posted

    Hello Joseph

    Thank you for posting in our forums!

    Based on your requirement I am not sure if you want to enable/disable floating and docking of the active UltraDockManager pane for left mouse double click only or at all, including right mouse click and selecting floating from the context menu. Therefore if the scenario includes and the floating option from the context menu, you can simply cancel the UltraDockManager`s BeforeToggleDockState event, please be aware that drag and dropping panes will stay enabled. On the other hand if your requirement is only for the left mouse double click, check the sample project attached to the bottom of my post.

    Let me know if you need any further assistance or I am missing something.

    UltraDockManagerDoubleClick.zip
Reply Children