Set the modal property in your application to indicate how users will interact with the web form. 

The WebDialogWindow allows you to set whether the dialog behaves as a modal or modeless (non-modal) dialog would allowing you to better control the flow of your application.
View Sample 

The WebDialogWindow displays a customizable header area into which you can place caption text, several buttons including such stand-by's as the close, minimize and maximize buttons seen in desktop applications.
View Sample 

 
Enable the dialog window property settings to give users control in resizing the window. 

Just like a resizable dialog on the desktop, you can enable your end user to resize the WebDialogWindow at run-time.
View Sample 

WebDialogWindow persists whether the user has minimized, restored or maximized its appearance.
View Sample