Table of Contents

Class BusyButton

Namespace
Loehnert.Controls
Assembly
Loehnert.Controls.dll

Represents a button that indicates when the bound command is busy. The bound command must have a boolean property named IsBusy to indicate whether the command it is still running.

public class BusyButton : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource
Inheritance
BusyButton
Implements
Inherited Members

Constructors

BusyButton()

Initializes a new instance of the BusyButton class.

public BusyButton()

Fields

IsBusyProperty

Identifies the IsBusy dependency property. Default is bound to Command.IsBusy.

public static readonly DependencyProperty IsBusyProperty

Field Value

DependencyProperty

Properties

IsBusy

Gets or sets a value indicating whether the button command is busy. Dependency property is bound to Command.IsBusy as default.

public bool IsBusy { get; set; }

Property Value

bool