Table of Contents

Interface IButton

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

A button in a SAP GUI for Windows application.

public interface IButton : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider
Inherited Members
Extension Methods

Properties

ContainerName

The name of the parent object.

string ContainerName { get; }

Property Value

string

Text

The text associated with the button.

string Text { get; }

Property Value

string

Tooltip

The button's tooltip text.

string Tooltip { get; }

Property Value

string

Methods

Click()

Clicks the button.

void Click()

SetFocus()

Sets focus on the button.

void SetFocus()