1 write to treeView1
WinFormsControlsTest (1)
TreeViewTest.Designer.cs (1)
36
this.
treeView1
= new System.Windows.Forms.TreeView();
7 references to treeView1
WinFormsControlsTest (7)
TreeViewTest.Designer.cs (7)
42
this.
treeView1
.CheckBoxes = true;
43
resources.ApplyResources(this.
treeView1
, "treeView1");
44
this.
treeView1
.ImageList = this.imageList1;
45
this.
treeView1
.Name = "treeView1";
46
this.
treeView1
.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
50
this.
treeView1
.ShowNodeToolTips = true;
65
this.Controls.Add(this.
treeView1
);