WebForm.useFormTheme

Change the current Form so it uses its configured Theme.

The Theme must have the same Framework and collection of Property Sets as the current Theme otherwise the Form may not look as expected.

Important: form.useFormTheme(); must be on the last line of a script. After the useFormTheme() function call is executed, the next script configured in the server event will be executed.

For further information see:

JavaScript example:

 form.useFormTheme();