Intersoft ClientUI Documentation
GetIsRegionScope Method



The target element.
Gets the value of the IsRegionScope attached property.
Syntax
Public Shared Function GetIsRegionScope( _
   ByVal obj As DependencyObject _
) As Boolean
Dim obj As DependencyObject
Dim value As Boolean
 
value = RegionManager.GetIsRegionScope(obj)
public static bool GetIsRegionScope( 
   DependencyObject obj
)
public:
static bool GetIsRegionScope( 
   DependencyObject^ obj
) 

Parameters

obj
The target element.

Return Value

A value indicating whether the target element is region scope.
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

RegionManager Class
RegionManager Members

Send Feedback