Table of Contents

Interface IButton

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

A .NET WPF button object.

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

Properties

HelpText

The help text associated with this button.

string HelpText { get; }

Property Value

string

Name

The name of this object.

string Name { get; }

Property Value

string

ParentText

The text associated with the parent object of this object.

string ParentText { get; }

Property Value

string

ToggleButton

The returned object enables access to toggle button functionality (relevant only if the current button is a toggle button).

IToggleButton ToggleButton { get; }

Property Value

IToggleButton