Table of Contents

Class OKCodeDescription

Description of a SAP GUI for Windows OK Code box.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class OKCodeDescription : ElementDescription, ICloneable, IDescription

Constructors

OKCodeDescription()

Declaration
public OKCodeDescription()

Properties

Value

The command code entered in the OK box.

Declaration
public StringProperty Value { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription