Class LabelDescription
Description of a SAP GUI for Windows label.
public class LabelDescription : ElementDescription, ICloneable, IDescription
- Inheritance
-
LabelDescription
- Implements
- Inherited Members
Constructors
LabelDescription()
public LabelDescription()
Properties
IconName
The name of the icon used in the label.
public StringProperty IconName { get; set; }
Property Value
IsHighlighted
Indicates whether the label is highlighted.
public bool? IsHighlighted { get; set; }
Property Value
- bool?
IsNumerical
Indicates whether the label is a numeric field
public bool? IsNumerical { get; set; }
Property Value
- bool?
MaxLength
The maximum number of characters that can be displayed in the label.
public uint? MaxLength { get; set; }
Property Value
- uint?
RelativeId
The labels's unique identifier relative to the parent window ID in text format.
public StringProperty RelativeId { get; set; }
Property Value
Text
Either the text string or the icon name of the label.
public StringProperty Text { get; set; }