Skip to content

Commit

Permalink
- Update Example to show new layout and show Selected text
Browse files Browse the repository at this point in the history
  • Loading branch information
Smurf-IV committed Sep 12, 2021
1 parent 4cd7ed0 commit 1aca8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ private void kbtnCueTypeface_Click(object sender, EventArgs e)

private void kbtnShow_Click(object sender, EventArgs e)
{
KryptonInputBox.Show(ktxtPromptText.Text, ktxtCaptionText.Text, ktxtDefaultResponseText.Text, ktxtCueText.Text, kcbCueTextColour.SelectedColor, _cueTypeface, kchkUsePasswordOption.Checked);
var res = KryptonInputBox.Show(ktxtPromptText.Text, ktxtCaptionText.Text, ktxtDefaultResponseText.Text, ktxtCueText.Text, kcbCueTextColour.SelectedColor, _cueTypeface, kchkUsePasswordOption.Checked);
KryptonMessageBox.Show(this, res, @"Result was :");
}

private void Form1_Load(object sender, EventArgs e)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1aca8b1

Please sign in to comment.