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

CurrentItem Property (ImageItem)







Gets or sets the IImageListViewItem displayed in this ImageItem
Syntax
public IImageListViewItem CurrentItem {get; set;}
'Declaration
 
Public Property CurrentItem As IImageListViewItem
'Usage
 
Dim instance As ImageItem
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 IImageListViewItem displayed in this ImageItem
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

ImageItem Class
ImageItem Members

 

 


Products | Support | Contact Us | Copyright Notices

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