Intersoft ClientUI Documentation
RegionManager Property (Region)



Gets the IRegionManager that owns this IRegion instance.
Syntax
Public Property RegionManager As IRegionManager
Dim instance As Region
Dim value As IRegionManager
 
instance.RegionManager = value
 
value = instance.RegionManager
public IRegionManager RegionManager {get; set;}
public:
property IRegionManager^ RegionManager {
   IRegionManager^ get();
   void set (    IRegionManager^ value);
}

Property Value

The IRegionManager where this IRegion is registered.
Remarks
This is usually used by implementations of IRegionManager and should not be used by the developer explicitely.
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

Region Class
Region Members

Send Feedback