parent
e45f7df622
commit
ad8a08f5da
@ -29,6 +29,9 @@ public partial class InputDialog : Form
|
||||
inputDialog.buttonCancel.Text = options.CancelButtonText;
|
||||
inputDialog.checkBoxQuestion.Visible = options.ShowQuestionCheckbox;
|
||||
inputDialog.checkBoxQuestion.Text = options.QuestionCheckboxText;
|
||||
|
||||
// Ensure, that the text box is focused on load:
|
||||
inputDialog.textBoxInput.Select();
|
||||
|
||||
return new InputResult(
|
||||
inputDialog.ShowDialog(),
|
||||
|
Loading…
Reference in New Issue
Block a user