![]() |
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 > ImageListBox Class : SelectedItem Property |
public ImageItem SelectedItem {get; set;}
'Declaration Public Property SelectedItem As ImageItem
'Usage Dim instance As ImageListBox Dim value As ImageItem instance.SelectedItem = value value = instance.SelectedItem
public: __property ImageItem* get_SelectedItem(); public: __property void set_SelectedItem( ImageItem* value );
public: property ImageItem^ SelectedItem { ImageItem^ get(); void set ( ImageItem^ value); }