Table of Contents

Interface IToggleButton

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

A toggle button in a SAP NWBC application.

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

Methods

Set(bool)

Sets the toggle button to the specified state.

void Set(bool state)

Parameters

state bool

true to turn the toggle button ON; false to turn it OFF.