Click or drag to resize

Dialog<T> Methods

The Dialog<T> generic type exposes the following members.

Methods
  NameDescription
Public methodClose
Close the dialog with the specified result
Public methodShowModal()
Shows the dialog and blocks until the user closes the dialog
Public methodShowModal(Control)
Shows the dialog and blocks until the user closes the dialog
Public methodShowModalAsync()
Shows the dialog modally asynchronously
Public methodShowModalAsync(Control)
Shows the dialog modally asynchronously
Top
See Also