Intersoft ClientUI Documentation
FindRegionManager(String) Method



The scope name of the region manager to find.
Find the region manager that owns the specified element.
Syntax
Public Overloads Shared Function FindRegionManager( _
   ByVal scopeName As String _
) As IRegionManager
Dim scopeName As String
Dim value As IRegionManager
 
value = RegionManagerService.FindRegionManager(scopeName)
public static IRegionManager FindRegionManager( 
   string scopeName
)
public:
static IRegionManager^ FindRegionManager( 
   String^ scopeName
) 

Parameters

scopeName
The scope name of the region manager to find.

Return Value

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

RegionManagerService Class
RegionManagerService Members
Overload List

Send Feedback