Interface IUiObjectBase
- Namespace
- HP.LFT.SDK.PowerBuilder
- Assembly
- HP.LFT.SDK.dll
Base interface for all PowerBuilder test objects.
public interface IUiObjectBase : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider
- Inherited Members
- Extension Methods
Properties
AttachedText
The static text attached to the object.
string AttachedText { get; }
Property Value
ObjectName
The object's name as set by the developer.
string ObjectName { get; }
Property Value
Text
The text associated with the object.
string Text { get; }
Property Value
WindowClassRegExp
The permanent part of the MFC window class.
string WindowClassRegExp { get; }
Property Value
WindowExtendedStyle
The extended window style of the object. Possible values: WindowExtendedStyles
WindowExtendedStyles WindowExtendedStyle { get; }
Property Value
WindowId
The window identifier for the object.
int WindowId { get; }
Property Value
WindowStyle
The window style of the object. Possible values: WindowStyles
WindowStyles WindowStyle { get; }