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

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > UserInterface Class > UserInterface Methods > WaitDialogOpen Method  >

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

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, _
 xLeft As Integer, _
 yTop As Integer, _
 xSize As Integer, _
 ySize As Integer _
)

C#

public void WaitDialogOpen(

 string title,
 string message,
 int xLeft,
 int yTop,
 int xSize,
 int ySize
)

Visual C++

public:

void WaitDialogOpen(
 Stringtitle,
 Stringmessage,
 int xLeft,
 int yTop,
 int xSize,
 int ySize
)

JavaScript

function waitDialogOpen(titlemessagexLeftyTopxSizeySize);

Parameters

title

Type: System.String
Title for the dialog box

message

Type: System.String
Message to display

xLeft

Type: System.Int32
Left coordinate for progress bar

yTop

Type: System.Int32
Top coordinate for progress bar

xSize

Type: System.Int32
Progress bar width

ySize

Type: System.Int32
Progress bar height

See Also

UserInterface Class

UserInterface Members

WaitDialogOpen Overload

MwPDMApi Namespace