How do you set the DefaultButtonId when using the PredefinedButtons like in the code below?
{
dlg.PredefinedButtons =
dlg.DefaultButtonId = (
dlg.Title = "title"
dlg.Content.Image =
dlg.Content.ImageSize =
dlg.Content.Text = "msg"
rc = (
}