.NET Framework Class Library
UserInterface.MsgBoxExclamation Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
Shows a message box with an exclamation icon.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub MsgBoxExclamation ( _ message As String, _ |
C# |
|---|
public void MsgBoxExclamation( string message, |
Visual C++ |
|---|
public: void MsgBoxExclamation( |
JavaScript |
|---|
function msgBoxExclamation(message, caption); |
Parameters
message
Type: System.String
Message to display
caption (Optional)
Type: System.String
Optional. The title of the window
See Also