1 write to OKButton
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
37
OKButton
= New Button
5 references to OKButton
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (5)
45
resources.ApplyResources(
OKButton
, "OKButton", CultureInfo.CurrentUICulture)
46
OKButton
.Name = "OKButton"
66
AcceptButton =
OKButton
71
Controls.Add(
OKButton
)
87
AddHandler
OKButton
.Click, AddressOf OKButton_Click