.NET Framework Class Library
UserInterface.WaitDialogSetMessage Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
UserInterface.WaitDialogSetMessage Method

Set the message in the previously created wait dialog.

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

Syntax

Visual Basic

Public Sub WaitDialogSetMessage ( _

message As String _
)

C#

public void WaitDialogSetMessage(

string message
)

Visual C++

public:

void WaitDialogSetMessage(
String^ message
)

JavaScript

function waitDialogSetMessage(message);

Parameters

message

Type: System.String
The message to display

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace