DialogContainerWithToolbar.ShowDialog Method
Include Protected Members
Include Inherited Members
Shows a dialog box.
Overload List
Name | Description | |
---|---|---|
ShowDialog() | Shows a dialog. | |
ShowDialog(IWin32Window) | Shows the form as a modal dialog box with the specified owner. (Inherited from Form.) |
Top
Remarks
To show a dialog box and process messages from it, this method performs the following actions:
The shell must be queried for a ShowDialogContainer if one is not available.
Messages that originate in the dialog box must be captured by calling AddMessageFilter.
The message filter must be removed by calling RemoveMessageFilter.
See Also
Reference
DialogContainerWithToolbar Class