AttachedTextArea Property

Description

The point on an object from which UFT One searches for the object's attached text.

Property type

Read-write property

Syntax

Visual Basic
Public Property AttachedTextArea As String

Return Value

  • TopLeft--top-left corner
  • Top--midpoint of the two top corners
  • TopRight--top-right corner
  • Right--midpoint of the two right corners
  • BottomRight--bottom-right corner
  • Bottom--midpoint of the two bottom corners
  • BottomLeft--bottom-left corner
  • Left--midpoint of the two left corners

Example

See Also