In This Topic

CheckBoxes Property (ThumbnailEx)

In This Topic
Specifies if a checkbox appears next to each item in the ThumbnailEx control. Default value is false.
Syntax
'Declaration
 
Public Property CheckBoxes As Boolean
public bool CheckBoxes {get; set;}
public read-write property CheckBoxes: Boolean; 
public function get,set CheckBoxes : boolean
public: __property bool get_CheckBoxes();
public: __property void set_CheckBoxes( 
   bool value
);
public:
property bool CheckBoxes {
   bool get();
   void set (    bool value);
}
See Also