/ Forums / Advansys Formativ / Creating Solutions with Formativ / Using ControlFont to change control look. / Reply To: Using ControlFont to change control look.
September 24, 2009 at 4:19 pm
#6708
In Formativ 2.0 visual forms controls, you can change the control enabled state, font, etc.
For example, code below change a label control enable state, font size.
MainDlg.labelDescription.enabled = false MainDlg.labelDescription.font.size = 12 MainDlg.showmodal
Regards,
Advansys Support