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






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

Syntax

Visual Basic (Declaration) 
Public Shared Function GetRegionName( _
   ByVal obj As DependencyObject _
) As String
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As String
 
value = Region.GetRegionName(obj)
C# 
public static string GetRegionName( 
   DependencyObject obj
)
Delphi 
public function GetRegionName( 
    obj: DependencyObject
): String; static; 
JScript 
public static function GetRegionName( 
   obj : DependencyObject
) : String;
Managed Extensions for C++ 
public: static string* GetRegionName( 
   DependencyObject* obj
) 
C++/CLI 
public:
static String^ GetRegionName( 
   DependencyObject^ obj
) 

Parameters

obj
The target element.

Return Value

The region name of the attached element.

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.