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






region
The region to release.
Releases the adapter from the specified IRegion and frees the resources allocated by the adapter.

Syntax

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

Parameters

region
The region to release.

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.