Intersoft ClientUI Documentation
ItemsControlRegionAdapter Class
Members  See Also  Send Feedback
Intersoft.Client.Framework.Regions.Adapters Namespace : ItemsControlRegionAdapter Class






Represents a region adapter for items controls.

Object Model

ItemsControlRegionAdapter Class

Syntax

Visual Basic (Declaration) 
Public Class ItemsControlRegionAdapter 
   Inherits Intersoft.Client.Framework.Regions.RegionAdapterBase(Of ItemsControl)
   Implements IRegionAdapter 
Visual Basic (Usage)Copy Code
Dim instance As ItemsControlRegionAdapter
Delphi 
public class ItemsControlRegionAdapter = class(Intersoft.Client.Framework.Regions.RegionAdapterBase, IRegionAdapter)
JScript 
public class ItemsControlRegionAdapter extends Intersoft.Client.Framework.Regions.RegionAdapterBase implements IRegionAdapter 
Managed Extensions for C++ 
public __gc class ItemsControlRegionAdapter : public Intersoft.Client.Framework.Regions.RegionAdapterBase<ItemsControl>, IRegionAdapter  
C++/CLI 
public ref class ItemsControlRegionAdapter : public Intersoft.Client.Framework.Regions.RegionAdapterBase<ItemsControl>, IRegionAdapter  

Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.Regions.RegionAdapterBase<T>
      Intersoft.Client.Framework.Regions.Adapters.ItemsControlRegionAdapter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.