LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CurrentItem Property (ImageListBox)







Gets or sets the current IImageListViewItem.
Syntax
public IImageListViewItem CurrentItem {get; set;}
'Declaration
 
Public Property CurrentItem As IImageListViewItem
'Usage
 
Dim instance As ImageListBox
Dim value As IImageListViewItem
 
instance.CurrentItem = value
 
value = instance.CurrentItem
public IImageListViewItem CurrentItem {get; set;}
 get_CurrentItem();
set_CurrentItem(value);
public: __property IImageListViewItem* get_CurrentItem();
public: __property void set_CurrentItem( 
   IImageListViewItem* value
);
public:
property IImageListViewItem* CurrentItem {
   IImageListViewItem* get();
   void set (    IImageListViewItem* value);
}

Property Value

The current IImageListViewItem in the ImageListBox.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListBox Class
ImageListBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.