ModulePage.ShowDialog(DialogForm) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a dialog box that is parented to the top-most window.
protected:
System::Windows::Forms::DialogResult ShowDialog(Microsoft::Web::Management::Client::Win32::DialogForm ^ form);
protected System.Windows.Forms.DialogResult ShowDialog (Microsoft.Web.Management.Client.Win32.DialogForm form);
member this.ShowDialog : Microsoft.Web.Management.Client.Win32.DialogForm -> System.Windows.Forms.DialogResult
Protected Function ShowDialog (form As DialogForm) As DialogResult
Parameters
- form
- DialogForm
The DialogForm object to display.
Returns
One of the DialogResult values that indicates the action taken when the dialog box was dismissed.