AllActiveRegion Class
Region that keeps all the views in it as active. Deactivation of views is not allowed.
Namespace: Microsoft.Practices.Composite.Presentation.Regions
Assembly: Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)
Syntax
'Declaration
Public Class AllActiveRegion _
Inherits Region
public class AllActiveRegion : Region
public ref class AllActiveRegion : public Region
Microsoft.Practices.Composite.Presentation.Regions.AllActiveRegion = function();
Type.createClass(
'Microsoft.Practices.Composite.Presentation.Regions.AllActiveRegion',
Microsoft.Practices.Composite.Presentation.Regions.Region);
Inheritance Hierarchy
System.Object
Microsoft.Practices.Composite.Presentation.Regions.Region
Microsoft.Practices.Composite.Presentation.Regions.AllActiveRegion
See Also
Microsoft.Practices.Composite.Presentation.Regions Namespace