HorizontalVisualRelation Enumeration
The horizontal location of the related test object relative to the object to identify. See the UFT Developer Help Center for a diagram that illustrates the way UFT Developer interprets visual relations and the boundaries that are used for determining in-line related objects.

C# Syntax

public enum HorizontalVisualRelation : System.Enum 
Members
MemberDescription
LeftThe related test object is located to the left of the test object to identify.
LeftAndInlineThe related test object is located to the left of the test object to identify and is horizontally inline with it.
RightThe related test object is located to the right of the test object to identify.
RightAndInlineThe related test object is locatedto the right of the test object to identify and is horizontally inline with it.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.HorizontalVisualRelation