Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help needed: Set DefaultButton for dialog
#3
Thank you, Kevin, that's certainly helpful. What I'm actually trying to do is accomplish the same thing thing with a wpfBuilder dialog's only button.
For example:
Code:
Copy      Help
var b = new wpfBuilder("Select").Width(185);
b.R.Add(out Button btn1, "Number of Sections").Add(out TextBox tb1).Width(80).Focus();
Can you tell me how I can make 'btn1' the default button?
Best regards,
burque505


Messages In This Thread
RE: Help needed: Set DefaultButton for dialog - by burque505 - 08-29-2023, 11:10 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)