SetAllowCancel Method (IEplProgress)
In This Topic
This progress supports cancel or not. Disable the close button of a progress when cancel is not allowed!
Syntax
void SetAllowCancel(
bool
)
void SetAllowCancel(
bool
)
Parameters
| Parameter Name | Description |
|---|
| bAllow | true: cancelling is allowed |
See Also