.NET Framework Class Library
UserInterface.WaitDialogPoll Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
Updates the progress bar of the wait dialog with the value given in percent
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function WaitDialogPoll ( _ percent As Integer _ |
C# |
|---|
public bool WaitDialogPoll( int percent |
Visual C++ |
|---|
public: bool WaitDialogPoll( |
JavaScript |
|---|
function waitDialogPoll(percent); |
Parameters
percent
Type: System.Int32
An integer included in the [0..100] interval
Return Value
True if the poll can continue, False if Cancel has been pressed on the dialog
See Also