CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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 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...
 

Detailed Description

User control that displays busy animation

Definition at line 23 of file Csla.Windows.Shared/BusyAnimation.cs.

Constructor & Destructor Documentation

◆ BusyAnimation()

Csla.Windows.BusyAnimation.BusyAnimation ( )

new instance busy animation

Definition at line 28 of file Csla.Windows.Shared/BusyAnimation.cs.

Member Function Documentation

◆ Dispose()

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

Clean up any resources being used.

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

Definition at line 14 of file BusyAnimation.designer.cs.

Property Documentation

◆ IsRunning

bool Csla.Windows.BusyAnimation.IsRunning
getset

Indicates if animation needs to be shown.

Set to true to start progress bar animation

Definition at line 90 of file Csla.Windows.Shared/BusyAnimation.cs.

◆ ProgressBarBackColor

Color Csla.Windows.BusyAnimation.ProgressBarBackColor
getset

Set or get background color for busy animation's progress bar

Definition at line 67 of file Csla.Windows.Shared/BusyAnimation.cs.

◆ ProgressBarForeColor

Color Csla.Windows.BusyAnimation.ProgressBarForeColor
getset

Set or get foreground color for busy animation's progress bar

Definition at line 45 of file Csla.Windows.Shared/BusyAnimation.cs.