.NET Framework Class Library
UserInterface.WaitDialogOpen Method (String, String)

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > UserInterface Class > UserInterface Methods > WaitDialogOpen Method  >

.NET Framework Class Library
UserInterface.WaitDialogOpen Method (String, String)

Opens the wait dialog with a specified title and display a specified message

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

Syntax

Visual Basic

Public Sub WaitDialogOpen ( _

title As String, _
message As String _
)

C#

public void WaitDialogOpen(

string title,
string message
)

Visual C++

public:

void WaitDialogOpen(
String^ title,
String^ message
)

JavaScript

function waitDialogOpen(title, message);

Parameters

title

Type: System.String
Title for the dialog box

message

Type: System.String
Message to display

See Also

UserInterface Class

UserInterface Members

WaitDialogOpen Overload

MwPDMApi Namespace