Intersoft ClientUI Documentation
Dispose Method
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > RegionManagerService Class : Dispose Method






root
The element used as the starting point for region managers discovery.
Dispose all region managers that are registered under the specified element.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Dispose( _
   ByVal root As DependencyObject _
) 
Visual Basic (Usage)Copy Code
Dim root As DependencyObject
 
RegionManagerService.Dispose(root)
C# 
public static void Dispose( 
   DependencyObject root
)
Delphi 
public procedure Dispose( 
    root: DependencyObject
); static; 
JScript 
public static function Dispose( 
   root : DependencyObject
);
Managed Extensions for C++ 
public: static void Dispose( 
   DependencyObject* root
) 
C++/CLI 
public:
static void Dispose( 
   DependencyObject^ root
) 

Parameters

root
The element used as the starting point for region managers discovery.

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.