这样?
Dim tv As WinForm.TreeView = e.Form.Controls("TreeView1")For i As integer = 0 to tv.Nodes.Count -1 tv.Nodes(i).Checked = FalseNext