.NET Framework Class Library
UserInterface.WaitDialogOpen Method (String, String)
|
<< 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); |
Parameters
title
Type: System.String
Title for the dialog box
message
Type: System.String
Message to display
See Also