LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

AddItem Method







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
)
 function Leadtools.Medical.Workstation.UI.ImageListView.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListView Class
ImageListView Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.