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






view
The view to remove.
Removes the specified view from the region.

Syntax

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

Parameters

view
The view to remove.

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.