Interface IOKCode
An OK Code box in a SAP GUI for Windows application.
Inherited Members
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public interface IOKCode : IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject
Properties
Value
The command code entered in the field.
Declaration
string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
SetValue(string)
Sets the OKCode command.
Declaration
void SetValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The text value to enter in the OKCode. |
Remarks
To execute the OKCode command, send an ENTER key with SendKey method of the parent IWindow.