Version

BarTextField Enumeration

Contains constants which represent the different text fields that can be displayed on or around the bar which represents a task in the user interface.
Syntax
'Declaration
 
Public Enum BarTextField 
   Inherits System.Enum
public enum BarTextField : System.Enum 
Members
MemberDescription
ConstraintDateTimeThe string representation of the task's ConstraintDateTime property, along with the Constraint, is displayed.
DeadlineThe string representation of the task's Deadline property is displayed.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
EndDateTimeThe value of the task's EndDateTime property is displayed.
NameThe value of the task's Name property is displayed.
NoneNo text is displayed.
PercentCompleteThe string representation of the task's PercentComplete property is displayed.
ResourceNamesThe names of each of the task's Resources are displayed.
StartDateTimeThe value of the task's StartDateTime property is displayed.
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