Table of Contents

Class CalendarDescription

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

Description of a SAP GUI for Windows calendar.

public class CalendarDescription : ElementDescription, ICloneable, IDescription
Inheritance
CalendarDescription
Implements
Inherited Members

Constructors

CalendarDescription()

public CalendarDescription()

Properties

AttachedText

The static text attached to the calendar.

public StringProperty AttachedText { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether the calendar can accept user input.

public bool? IsEnabled { get; set; }

Property Value

bool?