IUiObjectWithLayoutInfo Interface
Base interface for standard PowerBuilder test objects with layout info.

C# Syntax

Public Properties
 NameDescription
PropertyAbsoluteLocationThis object's coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.ILocationInfoProvider)
PropertyAttachedText

The static text attached to the object.

(Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase)

PropertyHandleThe hWnd of this object's window. (Inherited from HP.LFT.SDK.IUiObjectBase)
PropertyIsEnabledIndicates whether this object is enabled. (Inherited from HP.LFT.SDK.IEnabledProvider)
PropertyIsFocusedIndicates whether this object is currently in focus. (Inherited from HP.LFT.SDK.IUiObjectBase)
PropertyIsRightAligned

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

C# Syntax

bool IsRightAligned {get;}

PropertyIsRightToLeftLayout

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

C# Syntax

bool IsRightToLeftLayout {get;}
PropertyIsRightToLeftReading

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

C# Syntax

bool IsRightToLeftReading {get;}
PropertyIsVisibleIndicates whether this object is currently visible. (Inherited from HP.LFT.SDK.IVisibleProvider)
PropertyLocationThis object's coordinates relative to the parent window in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider)
PropertyNativeClassThis object's window class name. (Inherited from HP.LFT.SDK.IUiObjectBase)
PropertySizeThis object's size in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider)
PropertyText

The text associated with the object.

(Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase)

PropertyWindowClassRegExp

The permanent part of the MFC window class.

(Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase)

PropertyWindowExtendedStyle

The extended window style of the object. Possible values: HP.LFT.SDK.WindowExtendedStyles

(Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase)

PropertyWindowId

The window identifier for the object.

(Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase)

PropertyWindowStyle

The window style of the object. Possible values: HP.LFT.SDK.WindowStyles

(Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase)

PropertyWindowTitleRegExpThe constant part of this window title. (Inherited from HP.LFT.SDK.IUiObjectBase)
Top