1 write to TextBox
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
40TextBox = New TextBox
6 references to TextBox
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (6)
57resources.ApplyResources(TextBox, "TextBox", CultureInfo.CurrentUICulture) 58TextBox.Name = "TextBox" 70Controls.Add(TextBox) 87TextBox.Text = defaultResponse 100TextBox.Top += dialogHeightChange 120Output = TextBox.Text