Table of Contents

Class LabelDescription

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

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

StringProperty

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

StringProperty

Text

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

public StringProperty Text { get; set; }

Property Value

StringProperty