/ Forums / Advansys Formativ / Creating Solutions with Formativ / Using ControlFont to change control look. / Reply To: Using ControlFont to change control look.

#6708
Support 3
Participant

    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