C# Class SilverlightFX.UserInterface.ActivityControl

Inheritance: System.Windows.Controls.Control
Show file Open project: nikhilk/silverlightfx

Public Properties

Property Type Description
AsyncActivityProperty System.Windows.DependencyProperty
CancelButtonStyleProperty System.Windows.DependencyProperty
ProgressBarStyleProperty System.Windows.DependencyProperty
StatusLabelStyleProperty System.Windows.DependencyProperty

Public Methods

Method Description
ActivityControl ( ) : System

Initializes an instance of an ActivityControl.

Private Methods

Method Description
Cancel ( ) : void
OnAsyncActivityChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnAsyncActivityCompleted ( object sender, EventArgs e ) : void
OnAsyncActivityPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnAsyncControlAsyncActivityChanged ( object sender, EventArgs e ) : void
OnLoaded ( object sender, EventArgs e ) : void
UpdateVisualState ( Async asyncActivity ) : void

Method Details

ActivityControl() public method

Initializes an instance of an ActivityControl.
public ActivityControl ( ) : System
return System

Property Details

AsyncActivityProperty public static property

Represents the AsyncActivity property.
public static DependencyProperty,System.Windows AsyncActivityProperty
return System.Windows.DependencyProperty

CancelButtonStyleProperty public static property

Represents the CancelButtonStyle property.
public static DependencyProperty,System.Windows CancelButtonStyleProperty
return System.Windows.DependencyProperty

ProgressBarStyleProperty public static property

Represents the ProgressBarStyle property.
public static DependencyProperty,System.Windows ProgressBarStyleProperty
return System.Windows.DependencyProperty

StatusLabelStyleProperty public static property

Represents the StatusLabelStyle property.
public static DependencyProperty,System.Windows StatusLabelStyleProperty
return System.Windows.DependencyProperty