LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AddItem Method

Show in webframe






The IImageListViewItem object that contains the item information to be displayed.
Adds an IImageListViewItem item to be displayed in the ImageListView.
Syntax
public ImageListBox AddItem( 
   IImageListViewItem item
)
'Declaration
 
Public Function AddItem( _
   ByVal item As IImageListViewItem _
) As ImageListBox
'Usage
 
Dim instance As ImageListView
Dim item As IImageListViewItem
Dim value As ImageListBox
 
value = instance.AddItem(item)

            

            
public: ImageListBox* AddItem( 
   IImageListViewItem* item
) 
public:
ImageListBox* AddItem( 
   IImageListViewItem* item
) 

Parameters

item
The IImageListViewItem object that contains the item information to be displayed.

Return Value

The ImageListBox that is used to display the new item.
Requirements

Target Platforms

See Also

Reference

ImageListView Class
ImageListView Members

 

 


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