.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 |
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, _ |
C# |
|---|
public void WaitDialogOpen( string title, |
Visual C++ |
|---|
public: void WaitDialogOpen( |
JavaScript |
|---|
function waitDialogOpen(title, message, xLeft, yTop, xSize, ySize); |
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