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






view
The view to deactivate.
Sets the specified view as inactive, if supported by the adapter.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Deactivate( _
   ByVal view As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As Region
Dim view As Object
 
instance.Deactivate(view)
C# 
public virtual void Deactivate( 
   object view
)
Delphi 
public procedure Deactivate( 
    view: TObject
); virtual; 
JScript 
public function Deactivate( 
   view : Object
);
Managed Extensions for C++ 
public: virtual void Deactivate( 
   Object* view
) 
C++/CLI 
public:
virtual void Deactivate( 
   Object^ view
) 

Parameters

view
The view to deactivate.

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.