C#
VB
C++
Inserts a IImageListViewItem at the specified index.
public ImageListBox InsertItem(
IImageListViewItem item,
int itemIndex
)
Public Function InsertItem( _
ByVal item As Leadtools.Medical.Workstation.Ui.IImageListViewItem, _
ByVal itemIndex As Integer _
) As Leadtools.Medical.Workstation.Ui.ImageListBox
public:
Leadtools.Medical.Workstation.Ui.ImageListBox^ InsertItem(
Leadtools.Medical.Workstation.Ui.IImageListViewItem^ item,
int itemIndex
)
item
The IImageListViewItem item that will be inserted.
itemIndex
An System.Int32 value that represents the index location where the item will be inserted at.
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