C# Класс SilverlightFX.UserInterface.ActivityControl

Наследование: System.Windows.Controls.Control
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AsyncActivityProperty System.Windows.DependencyProperty
CancelButtonStyleProperty System.Windows.DependencyProperty
ProgressBarStyleProperty System.Windows.DependencyProperty
StatusLabelStyleProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
ActivityControl ( ) : System

Initializes an instance of an ActivityControl.

Приватные методы

Метод Описание
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

Описание методов

ActivityControl() публичный Метод

Initializes an instance of an ActivityControl.
public ActivityControl ( ) : System
Результат System

Описание свойств

AsyncActivityProperty публичное статическое свойство

Represents the AsyncActivity property.
public static DependencyProperty,System.Windows AsyncActivityProperty
Результат System.Windows.DependencyProperty

CancelButtonStyleProperty публичное статическое свойство

Represents the CancelButtonStyle property.
public static DependencyProperty,System.Windows CancelButtonStyleProperty
Результат System.Windows.DependencyProperty

ProgressBarStyleProperty публичное статическое свойство

Represents the ProgressBarStyle property.
public static DependencyProperty,System.Windows ProgressBarStyleProperty
Результат System.Windows.DependencyProperty

StatusLabelStyleProperty публичное статическое свойство

Represents the StatusLabelStyle property.
public static DependencyProperty,System.Windows StatusLabelStyleProperty
Результат System.Windows.DependencyProperty