C# Class ERP.Controls.BusyIndicator

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: arthurgfonseca/ERP-Grupo5 Class Usage Examples

Méthodes publiques

Свойство Type Description
BusyContentProperty System.Windows.DependencyProperty
BusyContentTemplateProperty System.Windows.DependencyProperty
DisplayAfterProperty System.Windows.DependencyProperty
IsBusyProperty System.Windows.DependencyProperty
OverlayStyleProperty System.Windows.DependencyProperty
ProgressBarStyleProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
BusyIndicator ( ) : System

Instantiates a new instance of the BusyIndicator control.

OnApplyTemplate ( ) : void

Overrides the OnApplyTemplate method.

Méthodes protégées

Méthode Description
ChangeVisualState ( bool useTransitions ) : void

Changes the control's visual state(s).

OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsBusyProperty property changed handler.

Private Methods

Méthode Description
DisplayAfterTimerElapsed ( object sender, EventArgs e ) : void

Handler for the DisplayAfterTimer.

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

IsBusyProperty property changed handler.

Method Details

BusyIndicator() public méthode

Instantiates a new instance of the BusyIndicator control.
public BusyIndicator ( ) : System
Résultat System

ChangeVisualState() protected méthode

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

OnApplyTemplate() public méthode

Overrides the OnApplyTemplate method.
public OnApplyTemplate ( ) : void
Résultat void

OnIsBusyChanged() protected méthode

IsBusyProperty property changed handler.
protected OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs Event arguments.
Résultat void

Property Details

BusyContentProperty public_oe static_oe property

Identifies the BusyContent dependency property.
public static DependencyProperty,System.Windows BusyContentProperty
Résultat System.Windows.DependencyProperty

BusyContentTemplateProperty public_oe static_oe property

Identifies the BusyTemplate dependency property.
public static DependencyProperty,System.Windows BusyContentTemplateProperty
Résultat System.Windows.DependencyProperty

DisplayAfterProperty public_oe static_oe property

Identifies the DisplayAfter dependency property.
public static DependencyProperty,System.Windows DisplayAfterProperty
Résultat System.Windows.DependencyProperty

IsBusyProperty public_oe static_oe property

Identifies the IsBusy dependency property.
public static DependencyProperty,System.Windows IsBusyProperty
Résultat System.Windows.DependencyProperty

OverlayStyleProperty public_oe static_oe property

Identifies the OverlayStyle dependency property.
public static DependencyProperty,System.Windows OverlayStyleProperty
Résultat System.Windows.DependencyProperty

ProgressBarStyleProperty public_oe static_oe property

Identifies the ProgressBarStyle dependency property.
public static DependencyProperty,System.Windows ProgressBarStyleProperty
Résultat System.Windows.DependencyProperty