LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Checked Property

Show in webframe






Gets or sets a value that indicates if the hardware requirement has been checked.
Syntax
public bool Checked {get; set;}
'Declaration
 
Public Property Checked As Boolean
'Usage
 
Dim instance As CheckLabel
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked

            

            
public: __property bool get_Checked();
public: __property void set_Checked( 
   bool value
);
public:
property bool Checked {
   bool get();
   void set (    bool value);
}

Property Value

true if the requirement has been checked; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

CheckLabel Class
CheckLabel Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.