Share via


RegionBehavior.IsAttached Property

Returns truetrue (True in Visual Basic) if the behavior is attached to a region, falsefalse (False in Visual Basic) otherwise.

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

Syntax

'Declaration
Public Property IsAttached As Boolean
public bool IsAttached { get; private set; }
public:
property bool IsAttached {
    bool get ();
    void set (bool value);
}
function get_isAttached();
function set_isAttached(value);

See Also

RegionBehavior Class

Microsoft.Practices.Composite.Presentation.Regions Namespace