ModulePage.StartProgress(String, MethodInvoker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the progress indicator.
protected:
void StartProgress(System::String ^ text, System::Windows::Forms::MethodInvoker ^ cancelMethod);
protected void StartProgress (string text, System.Windows.Forms.MethodInvoker cancelMethod);
member this.StartProgress : string * System.Windows.Forms.MethodInvoker -> unit
Protected Sub StartProgress (text As String, cancelMethod As MethodInvoker)
Parameters
- text
- String
The progress message.
- cancelMethod
- MethodInvoker
The MethodInvoker delegate that is called when the StartProgress(String, MethodInvoker) method is canceled.