C# 클래스 ERP.Controls.BusyIndicator

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: arthurgfonseca/ERP-Grupo5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BusyContentProperty System.Windows.DependencyProperty
BusyContentTemplateProperty System.Windows.DependencyProperty
DisplayAfterProperty System.Windows.DependencyProperty
IsBusyProperty System.Windows.DependencyProperty
OverlayStyleProperty System.Windows.DependencyProperty
ProgressBarStyleProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
BusyIndicator ( ) : System

Instantiates a new instance of the BusyIndicator control.

OnApplyTemplate ( ) : void

Overrides the OnApplyTemplate method.

보호된 메소드들

메소드 설명
ChangeVisualState ( bool useTransitions ) : void

Changes the control's visual state(s).

OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsBusyProperty property changed handler.

비공개 메소드들

메소드 설명
DisplayAfterTimerElapsed ( object sender, EventArgs e ) : void

Handler for the DisplayAfterTimer.

OnIsBusyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsBusyProperty property changed handler.

메소드 상세

BusyIndicator() 공개 메소드

Instantiates a new instance of the BusyIndicator control.
public BusyIndicator ( ) : System
리턴 System

ChangeVisualState() 보호된 메소드

Changes the control's visual state(s).
protected ChangeVisualState ( bool useTransitions ) : void
useTransitions bool True if state transitions should be used.
리턴 void

OnApplyTemplate() 공개 메소드

Overrides the OnApplyTemplate method.
public OnApplyTemplate ( ) : void
리턴 void

OnIsBusyChanged() 보호된 메소드

IsBusyProperty property changed handler.
protected OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs Event arguments.
리턴 void

프로퍼티 상세

BusyContentProperty 공개적으로 정적으로 프로퍼티

Identifies the BusyContent dependency property.
public static DependencyProperty,System.Windows BusyContentProperty
리턴 System.Windows.DependencyProperty

BusyContentTemplateProperty 공개적으로 정적으로 프로퍼티

Identifies the BusyTemplate dependency property.
public static DependencyProperty,System.Windows BusyContentTemplateProperty
리턴 System.Windows.DependencyProperty

DisplayAfterProperty 공개적으로 정적으로 프로퍼티

Identifies the DisplayAfter dependency property.
public static DependencyProperty,System.Windows DisplayAfterProperty
리턴 System.Windows.DependencyProperty

IsBusyProperty 공개적으로 정적으로 프로퍼티

Identifies the IsBusy dependency property.
public static DependencyProperty,System.Windows IsBusyProperty
리턴 System.Windows.DependencyProperty

OverlayStyleProperty 공개적으로 정적으로 프로퍼티

Identifies the OverlayStyle dependency property.
public static DependencyProperty,System.Windows OverlayStyleProperty
리턴 System.Windows.DependencyProperty

ProgressBarStyleProperty 공개적으로 정적으로 프로퍼티

Identifies the ProgressBarStyle dependency property.
public static DependencyProperty,System.Windows ProgressBarStyleProperty
리턴 System.Windows.DependencyProperty