RC-WinTrans Object Model Help |
Class ProgressView |
The "ProgressView" object represents the Progress view used in RC-WinTrans (e.g., in dialogs or in the Status bar).
Member | Description | |
---|---|---|
End | Closes the dialog box. End()
|
|
IsCanceled | Returns whether the view is canceled by pressing the Cancel button. IsCanceled() As Boolean
|
|
Logging | Logs a progress, error or warning. Logging( Module As String, Method As String, LoggingMessage As String, LoggingType As Long,
ErrorNumber As Long ) |
|
SetInfoText | Sets the text shown in the Progress View dialog. SetInfoText(NewInfoText as String)
|
|
SetProgress | Sets the progress bar values. SetProgress(MaxValue As Long, CurrentValue As Long)
|
|
SetTitle | Sets the title of the Progress dialog box. SetTitle(NewTitle As String)
|
|
ShowCancelButton | Shows/Hides the Cancel button of the Progress dialog box. This setting only becomes effective after the "Start()" method is called. ShowCancelButton(Show As Boolean)
|
|
Start | Makes the Progress view visible. Start()
|