In This Topic

Checked Property

In This Topic
True is the thumbnail is checked, else False.
Syntax
'Declaration
 
Public ReadOnly Property Checked As Boolean
public bool Checked {get;}
public read-only property Checked: Boolean; 
public function get Checked : boolean
public: __property bool get_Checked();
public:
property bool Checked {
   bool get();
}
See Also