Version

AppointmentUIElement Class

Represents an Appointment in the user interface.
Syntax
'Declaration
 
Public Class AppointmentUIElement 
   Inherits ActivityUIElementBase
   Implements Infragistics.Win.IToolTipItem, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class AppointmentUIElement : ActivityUIElementBase, Infragistics.Win.IToolTipItem, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The AppointmentUIElement class encapsulates an appointment's physical representation for the UltraTimelineView control.

The appointment's Subject is presented using an embeddable editor, so that "in-place" editing of the value is supported. A reference to the UIElement which represents the subject in the user interface is returned from the EmbeddableElement property.

The height of the AppointmentUIElement is determined by the ActivityHeight property.

Whether an AppointmentUIElement displays a color bar is determined by the BarColorIndicatorVisibility property, when color bars are displayed, Appointments whose BarColor property is explicitly set show this color along the top edge of the element. The height of the color bar is determined by the BarColorIndicatorHeight property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also