The CLASS resource-definition statement sets the class of the dialog box.
The CLASS statement appears in the optional section before a DIALOG statement's main. If no class is given, the standard dialog class is used.
CLASS class
The CLASS statement should only be used with special cases, because it overrides the normal processing of a dialog box. The CLASS statement converts a dialog box to a window of the specified class; depending on the class, this could give undesirable results. Do not use the redefined control-class names with this statement.
The following example demonstrates the use of the CLASS statement:
CLASS "myclass"