If checkBoxes is true, every item will display a checkbox next to it. The user can change the state of the item by clicking the checkbox.
[Visual Basic] Public Property CheckBoxes As Boolean [C#] public bool CheckBoxes {get; set;} [C++] public: __property bool get_CheckBoxes(); public: __property void set_CheckBoxes(bool); [JScript] public function get CheckBoxes() : Boolean; public function set CheckBoxes(Boolean);
ListView Class | ListView Members | System.WinForms Namespace