C# Class Xceed.Wpf.Toolkit.BusyIndicator

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
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
BusyIndicator ( ) : System
DisplayAfterTimerElapsed ( object sender, EventArgs e ) : void

Handler for the DisplayAfterTimer.

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

IsBusyProperty property changed handler.

Method Details

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

FocusAfterBusyProperty public_oe static_oe property

Identifies the FocusAfterBusy dependency property.
public static DependencyProperty,System.Windows FocusAfterBusyProperty
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