Checkbox Problem

  • Thread starter Thread starter bearbaba
  • Start date Start date
B

bearbaba

Question: The checkbox can use on the treeview nodes. But
when I checked treeview checkbox , I can not get the
checkbox status value which true or false. How can I get
the value of checkbox in the treeview nodes, thankyou.
 
bearbaba,

The Checked property on the TreeNode class should give you whether or
not the item is checked in the TreeView.

Hope this helps.
 
Back
Top