Hi,
Recently I was using winToolbars in my application. And as the request needs, my form should have no border, so I set the form.controlBox = false and set the Text property to empty string.
Now I got winToolbars in the top position of the form. Is there any event that I could use to move this none border form when the mouse click the winToolbars? Some events like mouseDown, mouseMove, mouseUp.
Thanks for your concern.
Hi, Milko
That's exactly what I need. Thank you very much.
Hello Richard,
Thank you for posting in our forum.
UltraToolbarsManager is a windows forms component. This is why it has no mouse down, mouse move and etc. events. In order to move your borderless form you may handle these events on UltraToolbarsDockArea control. When you add UltraToolbarsManager component to your form four dock areas controls are created. More about UltraToolbarsDockArea you may find by following the next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=WinToolbarsManager_Terms_and_Concepts.html
Please check the attached sample solution implementing this approach and let me know if this is what you are looking for of if I am missing something.
Sincerely,
Milko
Developer Support Engineer
Infragistics
www.infragistics.com/support