how can i hide close button on dialog while dragging

how can i hide close button on dialog while dragging

As the title says: how can i hide close button on dialog while dragging

I have been trying different variants of this code. It's not working.

  1. $("#file_dialog").dialog().parent('.ui-dialog').children('.ui-dialog-titlebar-close').hide();

I hope you can help me
Thanks
Carsten