1 write to statusStrip1
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
35
this.
statusStrip1
= new System.Windows.Forms.StatusStrip();
13 references to statusStrip1
WinFormsControlsTest (13)
ToolStripTests.cs (2)
17
statusStrip1
.Items.Add(new ToolStripControlHost(new RadioButton() { Text = "RadioButton" })); // RadioButton supports UIA
18
statusStrip1
.Items.Add(new ToolStripControlHost(new HScrollBar() { Value = 30 })); // HScrollBar doesn't support UIA
ToolStripTests.Designer.cs (11)
78
this.
statusStrip1
.SuspendLayout();
378
this.
statusStrip1
.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
381
this.
statusStrip1
.Location = new System.Drawing.Point(0, 142);
382
this.
statusStrip1
.Name = "statusStrip1";
383
this.
statusStrip1
.Size = new System.Drawing.Size(481, 22);
384
this.
statusStrip1
.TabIndex = 1;
385
this.
statusStrip1
.Text = "statusStrip1";
386
this.
statusStrip1
.TabStop = true;
439
this.Controls.Add(this.
statusStrip1
);
448
this.
statusStrip1
.ResumeLayout(false);
449
this.
statusStrip1
.PerformLayout();