.NET Framework Class Library
UserInterface.MsgBoxInformation Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.MsgBoxInformation Method

Shows a message box with an information icon.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub MsgBoxInformation ( _

 message As String, _
 Optional caption As String = "" _
)

C#

public void MsgBoxInformation(

 string message,
 string caption = ""
)

Visual C++

public:

void MsgBoxInformation(
 Stringmessage,
 Stringcaption = L""
)

JavaScript

function msgBoxInformation(messagecaption);

Parameters

message

Type: System.String
Message to display

caption (Optional)

Type: System.String
Optional. The title of the window

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace