Share via


ProgressDialog.ShowProgress Method

Definition

Overloads

ShowProgress(Int32)
ShowProgress(String)
ShowProgress(String, Int32)

ShowProgress(Int32)

public:
 void ShowProgress(int value);
public void ShowProgress (int value);
member this.ShowProgress : int -> unit
Public Sub ShowProgress (value As Integer)

Parameters

value
Int32

Applies to

ShowProgress(String)

public:
 void ShowProgress(System::String ^ message);
public void ShowProgress (string message);
member this.ShowProgress : string -> unit
Public Sub ShowProgress (message As String)

Parameters

message
String

Applies to

ShowProgress(String, Int32)

public:
 void ShowProgress(System::String ^ message, int value);
public void ShowProgress (string message, int value);
member this.ShowProgress : string * int -> unit
Public Sub ShowProgress (message As String, value As Integer)

Parameters

message
String
value
Int32

Applies to