1 write to TextBox
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
39TextBox = New TextBox
6 references to TextBox
Microsoft.VisualBasic.Forms (6)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (6)
56resources.ApplyResources(TextBox, "TextBox", CultureInfo.CurrentUICulture) 57TextBox.Name = "TextBox" 69Controls.Add(TextBox) 86TextBox.Text = defaultResponse 99TextBox.Top += dialogHeightChange 119Output = TextBox.Text