DelegateCommand<T>.IsActive Property

Gets or sets a value indicating whether the object is active.

Namespace:  Microsoft.Practices.Composite.Presentation.Commands
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Property IsActive As Boolean
public bool IsActive { get; set; }
public:
virtual property bool IsActive {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_isActive();
function set_isActive(value);

Field Value

truetrue (True in Visual Basic) if the object is active; otherwise falsefalse (False in Visual Basic).

Implements

IActiveAware.IsActive

See Also

DelegateCommand<T> Class

Microsoft.Practices.Composite.Presentation.Commands Namespace