Intersoft ClientUI Documentation
GetIsRegionScope Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionManager Class : GetIsRegionScope Method






obj
The target element.
Gets the value of the IsRegionScope attached property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetIsRegionScope( _
   ByVal obj As DependencyObject _
) As Boolean
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Boolean
 
value = RegionManager.GetIsRegionScope(obj)
C# 
public static bool GetIsRegionScope( 
   DependencyObject obj
)
Delphi 
public function GetIsRegionScope( 
    obj: DependencyObject
): Boolean; static; 
JScript 
public static function GetIsRegionScope( 
   obj : DependencyObject
) : boolean;
Managed Extensions for C++ 
public: static bool GetIsRegionScope( 
   DependencyObject* obj
) 
C++/CLI 
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 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.