SetAllowCancel Method (Progress)
In This Topic
Allows canceling.
Syntax
public void SetAllowCancel(
bool
)
public:
void SetAllowCancel(
bool
)
Parameters
| Parameter Name | Description |
|---|
| bAllow | True: Cancel is possible; False: Cancel is not possible |
See Also