Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

InsertItem Method







The IImageListViewItem item that will be inserted.
An System.Int32 value that represents the index location where the item will be inserted at.
Inserts a IImageListViewItem at the specified index.
Syntax
public ImageListBox InsertItem( 
   IImageListViewItem item,
   int itemIndex
)
'Declaration
 
Public Function InsertItem( _
   ByVal item As IImageListViewItem, _
   ByVal itemIndex As Integer _
) As ImageListBox
'Usage
 
Dim instance As ImageListView
Dim item As IImageListViewItem
Dim itemIndex As Integer
Dim value As ImageListBox
 
value = instance.InsertItem(item, itemIndex)

            

            
public: ImageListBox* InsertItem( 
   IImageListViewItem* item,
   int itemIndex
) 
public:
ImageListBox^ InsertItem( 
   IImageListViewItem^ item,
   int itemIndex
) 

Parameters

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.

Return Value

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

Target Platforms

See Also

Reference

ImageListView Class
ImageListView Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features