Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > ImageItem Class : CurrentItem Property |
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: __property IImageListViewItem* get_CurrentItem(); public: __property void set_CurrentItem( IImageListViewItem* value );
public: property IImageListViewItem^ CurrentItem { IImageListViewItem^ get(); void set ( IImageListViewItem^ value); }