.NET Framework Class Library
UserInterface.WaitDialogPoll Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
UserInterface.WaitDialogPoll Method

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 _
) As Boolean

C#

public bool WaitDialogPoll(

int percent
)

Visual C++

public:

bool WaitDialogPoll(
int percent
)

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

UserInterface Class

UserInterface Members

MwPDMApi Namespace