PackageUtility.ShowMessageBox Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ShowMessageBox(IServiceProvider, String) | Helper method to show a message box within the shell. Defaults to showing only an OK button. | |
ShowMessageBox(IServiceProvider, String, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON) | Helper method to show a message box within the shell. | |
ShowMessageBox(IServiceProvider, String, String, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON) | Helper method to show a message box within the shell. |
Top