LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GetImageItem Method

Show in webframe






An IImageListViewItem object that contains the information to display.
Gets the ImageListBox control that is used to display IImageListViewItem
Syntax
public ImageListBox GetImageItem( 
   IImageListViewItem item
)
'Declaration
 
Public Function GetImageItem( _
   ByVal item As IImageListViewItem _
) As ImageListBox
'Usage
 
Dim instance As ImageListView
Dim item As IImageListViewItem
Dim value As ImageListBox
 
value = instance.GetImageItem(item)

            

            
public: ImageListBox* GetImageItem( 
   IImageListViewItem* item
) 
public:
ImageListBox* GetImageItem( 
   IImageListViewItem* item
) 

Parameters

item
An IImageListViewItem object that contains the information to display.

Return Value

The ImageListBox that will display the 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.