Table of Contents

Class LabelDescription

Description of a SAP GUI for Windows label.

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

Constructors

LabelDescription()

Declaration
public LabelDescription()

Properties

IconName

The name of the icon used in the label.

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

IsHighlighted

Indicates whether the label is highlighted.

Declaration
public bool? IsHighlighted { get; set; }
Property Value
Type Description
bool?

IsNumerical

Indicates whether the label is a numeric field

Declaration
public bool? IsNumerical { get; set; }
Property Value
Type Description
bool?

MaxLength

The maximum number of characters that can be displayed in the label.

Declaration
public uint? MaxLength { get; set; }
Property Value
Type Description
uint?

RelativeId

The labels's unique identifier relative to the parent window ID in text format.

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

Text

Either the text string or the icon name of the label.

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

Implements

ICloneable
IDescription