ObjectType Property (MSAA Objects)

Applies to TestComplete 15.63, last modified on April 22, 2024

Description

Each objects exposed by the MSAA engine contains the ObjectType property that specifies the type of the given object. This type corresponds to the object’s accessible role and is used to address the object along with its accessible name.

Declaration

TestObj.ObjectType

Read-Only Property String
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

The property is applied to the following object:

This property is applied to all the objects that are exposed by the MSAA engine.

View Mode

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Property Value

A string that holds the object’s type name. For a list of possible values, see MSAA Object Types by Names.

See Also

ControlIndex Property (MSAA Objects)
ControlIndexInGroup Property (MSAA Objects)
DoDefaultAction Method (MSAA Objects)
MSAA Object Types by Names

Highlight search results