AddItem Method

Summary

Adds an IImageListViewItem item to be displayed in the ImageListView.

Syntax
C#
VB
C++
  
Public Function AddItem( _ 
   ByVal item As IImageListViewItem _ 
) As ImageListBox 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly