OpenThemeManager

Description

Opens the Web Forms Theme Manager.

Syntax

void OpenThemeManager ( )

Returns

None

Usage

For information on using the Theme Manager, see “Using the Web Forms Theme Manager”.

Examples

Example 1

You can use this code to open the Web Forms Theme Manager:

#if defined PBWEBFORM then
  OpenThemeManager()
#end if