Intersoft ClientUI Documentation
Regions Property (IRegionManager)



Gets a collection of IRegion that identify each region by name. You can use this collection to add or remove regions to the current region manager.
Syntax
ReadOnly Property Regions As IRegionCollection
Dim instance As IRegionManager
Dim value As IRegionCollection
 
value = instance.Regions
IRegionCollection Regions {get;}
property IRegionCollection^ Regions {
   IRegionCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRegionManager Interface
IRegionManager Members

Send Feedback