Table of Contents

Interface IUiObjectBase

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

Base interface for all standard Windows test objects.

public interface IUiObjectBase : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider
Inherited Members
Extension Methods

Properties

AccessibleName

This object's name. Available for windowless objects only.

string AccessibleName { get; }

Property Value

string

AttachedText

The static text attached to the object.

string AttachedText { 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