CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Windows.BusyAnimation Class Reference

User control that displays busy animation. More...

Inheritance diagram for Csla.Windows.BusyAnimation:

Public Member Functions

 BusyAnimation ()
 new instance busy animation

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Properties

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.

Detailed Description

User control that displays busy animation.

Constructor & Destructor Documentation

◆ BusyAnimation()

Csla.Windows.BusyAnimation.BusyAnimation ( )
inline

new instance busy animation

Member Function Documentation

◆ Dispose()

override void Csla.Windows.BusyAnimation.Dispose ( bool disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Property Documentation

◆ 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: