In This Topic
GdPicture14 Namespace / ThumbnailEx Class / CheckBoxes Property

CheckBoxes Property (ThumbnailEx)

In This Topic
Specifies if a check box appears next 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