LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RemoveItem Method (ImageListView)

Show in webframe






The IImageListViewItem object to be reomoved.
Removes the specified IImageListViewItem item from the ImageListView.
Syntax
public ImageListBox RemoveItem( 
   IImageListViewItem item
)
'Declaration
 
Public Function RemoveItem( _
   ByVal item As IImageListViewItem _
) As ImageListBox
'Usage
 
Dim instance As ImageListView
Dim item As IImageListViewItem
Dim value As ImageListBox
 
value = instance.RemoveItem(item)

            

            
public: ImageListBox* RemoveItem( 
   IImageListViewItem* item
) 
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

See Also

Reference

ImageListView Class
ImageListView Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.