Interface IUiObjectWithLayoutInfo
Base interface for standard Windows test objects with layout info.
Inherited Members
Namespace: HP.LFT.SDK.StdWin
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 |