Table of Contents

Class ButtonDescription

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

Description of a SAP GUI for Windows button.

public class ButtonDescription : ElementDescription, ICloneable, IDescription
Inheritance
ButtonDescription
Implements
Inherited Members

Constructors

ButtonDescription()

public ButtonDescription()

Properties

ContainerName

The name of the parent object.

public StringProperty ContainerName { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether the button can accept user input.

public bool? IsEnabled { get; set; }

Property Value

bool?

Text

The text associated with the button.

public StringProperty Text { get; set; }

Property Value

StringProperty

Tooltip

The buttons's tooltip.

public StringProperty Tooltip { get; set; }

Property Value

StringProperty