Class

Item Description

Use with:

Windows

SecureLogin version:

All

Type:

Dialog Specifier

Usage:

Class window-class

Arguments:

window-class

A string specifying the window class that this statement will match.

Description:

When a window is created, it is based on a template known as a window class. The CLASS statement checks to see if the class of the newly created window matches its window-class argument.

If the window matches the window-class argument, the execution of the script continues to the next line. If the window does not match the window-class argument, execution continues at the next dialog statement.

You can determine the class by using Window Finder. See Finding Dialog Control IDs in the SecureLogin Administration Guide.

Example:

Dialog  
 Title "Login"
 Class #32770
EndDialog