Table of Contents

Class CalendarDescription

Description of a SAP GUI for Windows calendar.

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

Constructors

CalendarDescription()

Declaration
public CalendarDescription()

Properties

AttachedText

The static text attached to the calendar.

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

IsEnabled

Indicates whether the calendar can accept user input.

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

Implements

ICloneable
IDescription