Version

AppointmentHitTestArea Enumeration

Constants which identify the constituent elements of the ActivityUIElementBase derived elements.
Syntax
'Declaration
 
Public Enum AppointmentHitTestArea 
   Inherits System.Enum
public enum AppointmentHitTestArea : System.Enum 
Members
MemberDescription
AppointmentAn area within the AppointmentUIElement that does not coincide with any specific element.
DateTimeContinuationIndicatorFromThe arrow which points left, indicating that the appointment's StartDateTime coincides with a date/time that is currently outside the viewable area.
DateTimeContinuationIndicatorToThe arrow which points right, indicating that the appointment's EndDateTime coincides with a date/time that is currently outside the viewable area.
EndThe element represents the appointment's EndDateTime
LocationThe element represents an appointment's Location.
NoneArea is not associated with an AppointmentUIElement.
RecurrenceThe element represents an appointment's Recurrence.
ReminderThe element represents an appointment's Reminder.
StartThe element represents the appointment's StartDateTime
StartAndEndThe element represents the appointment's StartDateTimeEndDateTime
SubjectThe element represents an appointment's Subject.
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