SelectorRegionAdapter Class

Adapter that creates a new Region and binds all the views to the adapted Selector. It also keeps the ActiveViews and the selected items of the Selector in sync.

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

Syntax

'Declaration
Public Class SelectorRegionAdapter _
    Inherits RegionAdapterBase(Of Selector)
public class SelectorRegionAdapter : RegionAdapterBase<Selector>
public ref class SelectorRegionAdapter : public RegionAdapterBase<Selector^>
Microsoft.Practices.Composite.Presentation.Regions.SelectorRegionAdapter = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Regions.SelectorRegionAdapter',
    Microsoft.Practices.Composite.Presentation.Regions.RegionAdapterBase`1);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Regions.RegionAdapterBase<Selector>
    Microsoft.Practices.Composite.Presentation.Regions.SelectorRegionAdapter

See Also

SelectorRegionAdapter Members

Microsoft.Practices.Composite.Presentation.Regions Namespace