1 write to OKButton
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
38
OKButton
= New Button
5 references to OKButton
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (5)
46
resources.ApplyResources(
OKButton
, "OKButton", CultureInfo.CurrentUICulture)
47
OKButton
.Name = "OKButton"
67
AcceptButton =
OKButton
72
Controls.Add(
OKButton
)
88
AddHandler
OKButton
.Click, AddressOf OKButton_Click