ApplyThemeClass method (WinStudio scripts)

Applies to

IWSForm interface

Description

This method is used to apply a specific theme class to a component.

Syntax

ApplyThemeClass(string themeClassName)

where themeClassName is a single string parameter for the name of the theme class to be applied.

Example

ApplyThemeClass(string ThemeClass)