SingleActiveRegion Class

Region that allows a maximum of one active view at a time.

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

Syntax

'Declaration
Public Class SingleActiveRegion _
    Inherits Region
public class SingleActiveRegion : Region
public ref class SingleActiveRegion : public Region
Microsoft.Practices.Composite.Presentation.Regions.SingleActiveRegion = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Regions.SingleActiveRegion',
    Microsoft.Practices.Composite.Presentation.Regions.Region);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Regions.Region
    Microsoft.Practices.Composite.Presentation.Regions.SingleActiveRegion

See Also

SingleActiveRegion Members

Microsoft.Practices.Composite.Presentation.Regions Namespace