Checkbox Problem

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.
 
N

Nicholas Paldino [.NET/C# MVP]

bearbaba,

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

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top