Class ButtonDescription
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
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
Tooltip
The buttons's tooltip.
public StringProperty Tooltip { get; set; }