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






regionName
Name of the region to be removed.
Removes a IRegion from the collection.

Syntax

Visual Basic (Declaration) 
Function Remove( _
   ByVal regionName As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IRegionCollection
Dim regionName As String
Dim value As Boolean
 
value = instance.Remove(regionName)
C# 
bool Remove( 
   string regionName
)
Delphi 
function Remove( 
    regionName: String
): Boolean; 
JScript 
function Remove( 
   regionName : String
) : boolean;
Managed Extensions for C++ 
bool Remove( 
   string* regionName
) 
C++/CLI 
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 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.