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

Selected Property







Gets or sets a value that indicates if an item is selected.
Syntax
public bool Selected {get; set;}
'Declaration
 
Public Property Selected As Boolean
'Usage
 
Dim instance As ImageItem
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected
public bool Selected {get; set;}
 get_Selected();
set_Selected(value);
public: __property bool get_Selected();
public: __property void set_Selected( 
   bool value
);
public:
property bool Selected {
   bool get();
   void set (    bool value);
}

Property Value

true if the item is selected; otherwise, it is false.
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.