Class CalendarDescription
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
IsEnabled
Indicates whether the calendar can accept user input.
public bool? IsEnabled { get; set; }
Property Value
- bool?