Class ProgressIndicatorHelper
Helper for creating a ProgressIndicator.
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ProgressIndicatorHelper
Methods
CreateProcessIndicator(ComWrapper<ICamApiApplicationMainForm>, string)
Create a controller for the native progress indicator. Call Show() on the result to occupy the status bar, then push progress via SetPercent/SetCaption. Dispose it when done.
Declaration
public static ProgressIndicator CreateProcessIndicator(this ComWrapper<ICamApiApplicationMainForm> mainFormCom, string caption)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiApplicationMainForm> | mainFormCom | |
| string | caption |
Returns
| Type | Description |
|---|---|
| ProgressIndicator |