Intersoft ClientUI Documentation
Remove Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > InlineCollection Class : Remove Method






item

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal item As Inline _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As InlineCollection
Dim item As Inline
Dim value As Boolean
 
value = instance.Remove(item)
C# 
public bool Remove( 
   Inline item
)
Delphi 
public function Remove( 
    item: Inline
): Boolean; 
JScript 
public function Remove( 
   item : Inline
) : boolean;
Managed Extensions for C++ 
public: bool Remove( 
   Inline* item
) 
C++/CLI 
public:
bool Remove( 
   Inline^ item
) 

Parameters

item

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.