| Application
|
Returns the application associated with the progress bar collection. Return value:
Application. This property is read only.
|
| CancelButtonEnabled
|
Returns/sets whether a cancel button is included on the progress bar. Return/assignment value: Boolean.
|
| Cancelled
|
Returns true if the progress bar has been cancelled. Return value: Boolean. This property is read only.
|
| CurrentCounter
|
Returns/sets the current position of the progress bar. Return/assignment value: Integer.
|
| Handle
|
Returns a handle to the window of the progress bar. Return value: Integer. This property is read only.
|
| MaxCounter
|
Returns the upper value of the progress bar's range. Return value: Integer. This property is read only.
|
| MinCounter
|
Returns the lower value of the progress bar's range. Return value: Integer. This property is read only.
|
| Name
|
Returns/sets the name of a progress bar. Return/assignment value: String.
|
| Parent
|
Returns the application associated with the progress bar layout. Return value:
Application. This property is read only.
|