Version

ISupportDialog Interface Members

The following tables list the members exposed by ISupportDialog.

Public Properties
 NameDescription
 PropertyResultThe 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.  
Public Methods
 NameDescription
 MethodDisposeDisposes of the dialog.  
 MethodInitializeInitializes the dialog with data.  
 MethodShowDialogShows the dialog modally. This method behaves the same as Form's ShowDialog method.  
See Also