NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListView.CheckBoxes

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);

See Also

ListView Class | ListView Members | System.WinForms Namespace