Table of Contents

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

string

ObjectName

The object's name as set by the developer.

string ObjectName { get; }

Property Value

string

Text

The text associated with the object.

string Text { get; }

Property Value

string

WindowClassRegExp

The permanent part of the MFC window class.

string WindowClassRegExp { get; }

Property Value

string

WindowExtendedStyle

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

WindowExtendedStyles WindowExtendedStyle { get; }

Property Value

WindowExtendedStyles

WindowId

The window identifier for the object.

int WindowId { get; }

Property Value

int

WindowStyle

The window style of the object. Possible values: WindowStyles

WindowStyles WindowStyle { get; }

Property Value

WindowStyles