C#
VB
C++
Adds an IImageListViewItem item to be displayed in the ImageListView.
public ImageListBox AddItem(
IImageListViewItem item
)
Public Function AddItem( _
ByVal item As Leadtools.Medical.Workstation.Ui.IImageListViewItem _
) As Leadtools.Medical.Workstation.Ui.ImageListBox
public:
Leadtools.Medical.Workstation.Ui.ImageListBox^ AddItem(
Leadtools.Medical.Workstation.Ui.IImageListViewItem^ item
)
item
The IImageListViewItem object that contains the item information to be displayed.
The ImageListBox that is used to display the new item.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET