Class ButtonDescription
Description of a SAP GUI for Windows button.
Inherited Members
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class ButtonDescription : ElementDescription, ICloneable, IDescription
Constructors
ButtonDescription()
Declaration
public ButtonDescription()
Properties
ContainerName
The name of the parent object.
Declaration
public StringProperty ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
IsEnabled
Indicates whether the button can accept user input.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Text
The text associated with the button.
Declaration
public StringProperty Text { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Tooltip
The buttons's tooltip.
Declaration
public StringProperty Tooltip { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |