jeudi 19 janvier 2012

Create a dialog radiobutton

Create a dialog radiobutton
static void CreateRadio(Args _args)
{
Dialog dialog = new Dialog();
DialogField df;
FormRadioControl frc;
;
df = dialog.addField(typeid(BaseEnum1));
frc = df.control();
frc.helpText(“Whatever the help message should be”);
dialog.run();
}

Aucun commentaire:

Enregistrer un commentaire