User control that displays busy animation More...
Public Member Functions | |
BusyAnimation () | |
new instance busy animation More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
Color | ProgressBarForeColor [getset] |
Set or get foreground color for busy animation's progress bar More... | |
Color | ProgressBarBackColor [getset] |
Set or get background color for busy animation's progress bar More... | |
bool | IsRunning [getset] |
Indicates if animation needs to be shown. More... | |
User control that displays busy animation
Definition at line 23 of file Csla.Windows/BusyAnimation.cs.
Csla.Windows.BusyAnimation.BusyAnimation | ( | ) |
new instance busy animation
Definition at line 28 of file Csla.Windows/BusyAnimation.cs.
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file BusyAnimation.designer.cs.
|
getset |
Indicates if animation needs to be shown.
Set to true to start progress bar animation
Definition at line 90 of file Csla.Windows/BusyAnimation.cs.
|
getset |
Set or get background color for busy animation's progress bar
Definition at line 67 of file Csla.Windows/BusyAnimation.cs.
|
getset |
Set or get foreground color for busy animation's progress bar
Definition at line 45 of file Csla.Windows/BusyAnimation.cs.