Intersoft ClientUI Documentation
GetRegionName Method



The target element.
Gets the value of the RegionName attached property.
Syntax
Public Shared Function GetRegionName( _
   ByVal obj As DependencyObject _
) As String
Dim obj As DependencyObject
Dim value As String
 
value = Region.GetRegionName(obj)
public static string GetRegionName( 
   DependencyObject obj
)
public:
static String^ GetRegionName( 
   DependencyObject^ obj
) 

Parameters

obj
The target element.

Return Value

The region name of the attached element.
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