Create a dialog radiobuttonstatic 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();
}
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.