ProgressBar.Create Method
| Explanation | Create a ProgressBar object. This method is a static method. It can be called without creating an object. It is used to generate a progress bar that pops up in a separate window using the Popup method. | |
| Call format | var pb = ProgressBar.Create( ) | |
| Return value | Returns a ProgressBar object. | |
| Arguments | None | |
| Exception | None | |
| Example of use | | |
| Related item | Popup method | |