Intersoft ClientUI Documentation
Item Property
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > IRegionCollection Interface : Item Property






regionName
Name of the region to be retrieved.
Gets the IRegion with the name received as index.

Syntax

Visual Basic (Declaration) 
ReadOnly Default Property Item( _
   ByVal regionName As String _
) As IRegion
Visual Basic (Usage)Copy Code
Dim instance As IRegionCollection
Dim regionName As String
Dim value As IRegion
 
value = instance.Item(regionName)
C# 
IRegion this( 
   string regionName
) {get;}
Delphi 
 this: : IRegion;( 
    regionName: String
); read-only
JScript 
 this( 
   regionName : String
) get : IRegion
Managed Extensions for C++ 
__property IRegion* get_Item( 
   string* regionName
);
C++/CLI 
property IRegion^ default [String^] {
   IRegion^ get(String^ regionName);
}

Parameters

regionName
Name of the region to be retrieved.

Property Value

The IRegion identified with the requested name.

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.