C# 클래스 SilverlightFX.UserInterface.ActivityControl

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
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