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






region
Region to be added to the collection.
Adds a IRegion to the collection.

Syntax

Visual Basic (Declaration) 
Sub Add( _
   ByVal region As IRegion _
) 
Visual Basic (Usage)Copy Code
Dim instance As IRegionCollection
Dim region As IRegion
 
instance.Add(region)
C# 
void Add( 
   IRegion region
)
Delphi 
procedure Add( 
    region: IRegion
); 
JScript 
function Add( 
   region : IRegion
);
Managed Extensions for C++ 
void Add( 
   IRegion* region
) 
C++/CLI 
void Add( 
   IRegion^ region
) 

Parameters

region
Region to be added to the collection.

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.