LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CurrentItem Property (ImageListBox)

Show in webframe






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: __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

See Also

Reference

ImageListBox Class
ImageListBox Members

 

 


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