Selected Property

Summary
Gets or sets a value that indicates if an item is selected.
Syntax
C#
VB
C++
public bool Selected { get; set; } 
  
Public Property Selected As Boolean 
public: 
property bool Selected { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the item is selected; otherwise, it is false.

Requirements

Target Platforms

See Also

Reference

ImageItem Class

ImageItem Members

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.