LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

InsertItem Method

Show in webframe






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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.