This functionality is supported only if you are using the Classic Agent.
You can specify class-property pairs in the following ways:
- You can specify them as a full class name and a full property name. For example, to specify the
State property for the
CheckBox class, enter
CheckBox in the
Class text box and
State in the
Property text box.
- You can use the * wildcard character for partial matches. The asterisk matches zero or more characters. For example, specifying * as a class name matches all classes. Specifying Text* as a class name matches all classes that begin with the string "Text".
- You can apply the rule of inheritance to property sets; that is, the properties of a class are inherited by its child classes. For example, specifying the
Enabled property and the
Control class as a pair means that the
Enabled properties of all classes, which are descended from
Control, are also implicitly included in the property set.