Table of Contents

Interface IUiObjectWithLayoutInfo

Base interface for PowerBuilder test objects with layout info.

Namespace: HP.LFT.SDK.PowerBuilder
Assembly: HP.LFT.SDK.dll
Syntax
public interface IUiObjectWithLayoutInfo : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider

Properties

IsRightAligned

Indicates whether this object has generic "right-aligned" properties.

Declaration
bool IsRightAligned { get; }
Property Value
Type Description
bool

IsRightToLeftLayout

Indicates whether this object's horizontal origin is on the right edge.

Declaration
bool IsRightToLeftLayout { get; }
Property Value
Type Description
bool

IsRightToLeftReading

Indicates whether this object's text is displayed using right-to-left reading-order properties.

Declaration
bool IsRightToLeftReading { get; }
Property Value
Type Description
bool

Extension Methods

TestObjectExtensions.WaitUntilEnabled<T>(T)
TestObjectExtensions.WaitUntilEnabled<T>(T, int)
TestObjectExtensions.WaitUntilVisible<T>(T)
TestObjectExtensions.WaitUntilVisible<T>(T, int)