Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Dialog Object

Client side representation of a Dialog control.

Base Object

Dialog derives from Control and inherits all method provided by Control.

Methods

accept Closes the dialog as if AcceptButton is clicked.
bringToTop Bring the dialog to the top.
cancel Closes the dialog as if CancelButton is clicked.
close Closes the dialog.
getContentUrl Returns the current content Url.
getResult Returns the dialog result.
getTopMost Gets whether the dialog is a top most dialog.
isMinimized Returns whether the dialog is minimized.
minimize Minimizes the dialog.
move Moves the dialog.
resize Resizes the dialog.
restore Restores a minimized dialog.
setCaption Sets dialog title text.
setContentUrl Sets the new content Url.
setTopMost Sets whether the dialog is a top most dialog.
show Displays the dialog.

Direct link to this topic