LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RemoveItem Method
See Also 
Leadtools.Medical.Workstation.UI Namespace > ImageListView Class : RemoveItem Method




item
The IImageListViewItem object to be reomoved.
item
The IImageListViewItem object to be reomoved.
Removes the specified IImageListViewItem item from the ImageListView.

Syntax

Visual Basic (Declaration) 
Public Function RemoveItem( _
   ByVal item As IImageListViewItem _
) As ImageListBox
Visual Basic (Usage)Copy Code
Dim instance As ImageListView
Dim item As IImageListViewItem
Dim value As ImageListBox
 
value = instance.RemoveItem(item)
C# 
public ImageListBox RemoveItem( 
   IImageListViewItem item
)
Managed Extensions for C++ 
public: ImageListBox* RemoveItem( 
   IImageListViewItem* item
) 
C++/CLI 
public:
ImageListBox^ RemoveItem( 
   IImageListViewItem^ item
) 

Parameters

item
The IImageListViewItem object to be reomoved.

Return Value

The ImageListBox that is displaying the removed IImageListViewItem

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also