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






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

Syntax

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

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.