The following tables list the members exposed by ISupportDialog.
Name | Description | |
---|---|---|
Result | The result of the dialog. The contents of the returned table are determined by the dialog. If the user cancels the dialog, this method may return null. However the DialogResult property should be checked to determine if the dialog was cancled. |
Name | Description | |
---|---|---|
Dispose | Disposes of the dialog. | |
Initialize | Initializes the dialog with data. | |
ShowDialog | Shows the dialog modally. This method behaves the same as Form's ShowDialog method. |