ImPS_Elements_ProgressBar
- class ImPS_Elements_ProgressBar($value, $pos_x, $pos_y)
Attention
This class is not intended to be initialized directly.
Note
This class inherits from Baseclass for Elements and Panels.
- Parameters:
$value ([int]) - The value of the ProgressBar in percent (eg: 25 = 25%).
$pos_x ([int]) - Its X position.
$pos_y ([int]) - Its Y position.
- Attributes:
Drawable ([System.Windows.Forms.ProgressBar])
- Returns:
- get_value()
- Parameters:
None
- Returns:
[int] - The value of the ProgressBar (0-100).
- set_value($value)
- Parameters:
$value ([int]) - The value of the ProgressBar in percent (eg: 25 = 25%).
- Returns: