C# Syntax
public interface IUiObjectWithLayoutInfo : HP.LFT.SDK.IClickable, HP.LFT.SDK.IDoubleClickable, HP.LFT.SDK.ILocationInfoProvider, IEnabledProvider, IVisibleProvider, HP.LFT.SDK.ISupportDragAndDrop, HP.LFT.SDK.ISupportSendKeys, HP.LFT.SDK.IUiObjectBase, IUiObjectBase
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | This 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) |
![]() | AttachedText | The static text attached to the object. (Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase) |
![]() | Handle | The hWnd of this object's window. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | IsEnabled | Indicates whether this object is enabled. (Inherited from HP.LFT.SDK.IEnabledProvider) |
![]() | IsFocused | Indicates whether this object is currently in focus. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | IsRightAligned | Indicates whether this object has generic "right-aligned" properties. C# Syntax bool IsRightAligned {get;} |
![]() | IsRightToLeftLayout | Indicates whether this object's horizontal origin is on the right edge. C# Syntax bool IsRightToLeftLayout {get;} |
![]() | IsRightToLeftReading | Indicates whether this object's text is displayed using right-to-left reading-order properties. C# Syntax bool IsRightToLeftReading {get;} |
![]() | IsVisible | Indicates whether this object is currently visible. (Inherited from HP.LFT.SDK.IVisibleProvider) |
![]() | Location | This object's coordinates relative to the parent window in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | NativeClass | This object's window class name. (Inherited from HP.LFT.SDK.IUiObjectBase) |
![]() | Size | This object's size in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | Text | The text associated with the object. (Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase) |
![]() | WindowClassRegExp | The permanent part of the MFC window class. (Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase) |
![]() | WindowExtendedStyle | The extended window style of the object. Possible values: HP.LFT.SDK.WindowExtendedStyles (Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase) |
![]() | WindowId | The window identifier for the object. (Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase) |
![]() | WindowStyle | The window style of the object. Possible values: HP.LFT.SDK.WindowStyles (Inherited from HP.LFT.SDK.PowerBuilder.IUiObjectBase) |
![]() | WindowTitleRegExp | The constant part of this window title. (Inherited from HP.LFT.SDK.IUiObjectBase) |