User control that displays busy animation.
More...
|
| override void | Dispose (bool disposing) |
| | Clean up any resources being used.
|
|
| Color | ProgressBarForeColor [get, set] |
| | Set or get foreground color for busy animation's progress bar.
|
| Color | ProgressBarBackColor [get, set] |
| | Set or get background color for busy animation's progress bar.
|
| bool | IsRunning [get, set] |
| | Indicates if animation needs to be shown. Set to true to start progress bar animation.
|
User control that displays busy animation.
◆ BusyAnimation()
| Csla.Windows.BusyAnimation.BusyAnimation |
( |
| ) |
|
|
inline |
new instance busy animation
◆ Dispose()
| override void Csla.Windows.BusyAnimation.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
| disposing | true if managed resources should be disposed; otherwise, false. |
◆ IsRunning
| bool Csla.Windows.BusyAnimation.IsRunning |
|
getset |
Indicates if animation needs to be shown. Set to true to start progress bar animation.
◆ ProgressBarBackColor
| Color Csla.Windows.BusyAnimation.ProgressBarBackColor |
|
getset |
Set or get background color for busy animation's progress bar.
◆ ProgressBarForeColor
| Color Csla.Windows.BusyAnimation.ProgressBarForeColor |
|
getset |
Set or get foreground color for busy animation's progress bar.
The documentation for this class was generated from the following files: