IActiveAware.IsActive Property
Gets or sets a value indicating whether the object is active.
Namespace: Microsoft.Practices.Prism
Assembly: Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)
Syntax
bool IsActive { get; set; }
'Declaration
Property IsActive As Boolean
Get
Set
Field Value
truetrue (True in Visual Basic) if the object is active; otherwise falsefalse (False in Visual Basic).