Intersoft ClientUI Documentation
Remove Method (IRegionCollection)



Name of the region to be removed.
Removes a IRegion from the collection.
Syntax
Function Remove( _
   ByVal regionName As String _
) As Boolean
Dim instance As IRegionCollection
Dim regionName As String
Dim value As Boolean
 
value = instance.Remove(regionName)
bool Remove( 
   string regionName
)
bool Remove( 
   String^ regionName
) 

Parameters

regionName
Name of the region to be removed.

Return Value

true if the region was removed from 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