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






obj
The target element.
value
The value.
Sets the RegionName attached property.

Syntax

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

Parameters

obj
The target element.
value
The value.

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.