Table of Contents

Interface IUiObjectWithLayoutInfo

Namespace
HP.LFT.SDK.PowerBuilder
Assembly
HP.LFT.SDK.dll

Base interface for PowerBuilder test objects with layout info.

public interface IUiObjectWithLayoutInfo : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider
Inherited Members
Extension Methods

Properties

IsRightAligned

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

bool IsRightAligned { get; }

Property Value

bool

IsRightToLeftLayout

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

bool IsRightToLeftLayout { get; }

Property Value

bool

IsRightToLeftReading

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

bool IsRightToLeftReading { get; }

Property Value

bool