Version

HolidayHitTestArea Enumeration

Constants which identify the constituent elements of the ActivityUIElementBase derived elements.
Syntax
'Declaration
 
Public Enum HolidayHitTestArea 
   Inherits System.Enum
public enum HolidayHitTestArea : System.Enum 
Members
MemberDescription
DateTimeContinuationIndicatorFromThe arrow which points left, indicating that the holiday's StartDate coincides with a date/time that is currently outside the viewable area.
DateTimeContinuationIndicatorToThe arrow which points right, indicating that the holiday's EndDate coincides with a date/time that is currently outside the viewable area.
EndThe element represents the holiday's ending date.
HolidayAn area within the HolidayUIElement that does not coincide with any specific element.
NameThe element represents an holiday's Name.
NoneArea is not associated with an HolidayUIElement.
StartThe element represents the holiday's StartDate
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