Intersoft ClientUI Documentation
Contains Method (IRegionCollection)



The name of the region to look for.
Checks if the collection contains a IRegion with the name received as parameter.
Syntax
Function Contains( _
   ByVal regionName As String _
) As Boolean
Dim instance As IRegionCollection
Dim regionName As String
Dim value As Boolean
 
value = instance.Contains(regionName)
bool Contains( 
   string regionName
)
bool Contains( 
   String^ regionName
) 

Parameters

regionName
The name of the region to look for.

Return Value

true if the region is contained in the collection, otherwise false.
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

IRegionCollection Interface
IRegionCollection Members

Send Feedback