Version

ResolvedTaskSettings Class Members

The following tables list the members exposed by ResolvedTaskSettings.

Public Properties
 NameDescription
Public PropertyAllowDeleteReturns whether the user is allowed to delete the task.  
Public PropertyAllowDragDeadlineReturns whether or not the task allows dragging of the DeadlineIndicator by the user.  
Public PropertyAllowDragEndDateTimeReturns whether or not the task allows dragging of the EndIndicator by the user.  
Public PropertyAllowDragPercentCompleteReturns whether or not the task allows dragging of the PercentCompleteIndicator by the user.  
Public PropertyAllowDragStartDateTimeReturns whether or not the task allows dragging of the StartDateTime by the user.  
Public PropertyBarHeightReturns the resolved bar settings height, in pixels, of the bar which represents the associated Task in the user interface.  
Public PropertyBarTextDateTimeFormatReturns the resolved format string used to format dates/time value displayed as bar text.  
Public PropertyBarTextInsideReturns the resolved value which determines the text that is displayed in the area inside the bar.  
Public PropertyBarTextLeftReturns the resolved value which determines the text that is displayed to the left of the bar.  
Public PropertyBarTextRightReturns the resolved value which determines the text that is displayed to the right of the bar.  
Public PropertyBarVisibleReturns the resolved visibility for the task's bar.  
Public PropertyDeadlineIndicatorVisibleReturns the resolved value indicating whether the indicator which marks the Deadline of the task is displayed in the user interface.  
Public PropertyEnabledReturns a resolved value indicating whether the Task is enabled in the user interface.  
Public PropertyEndIndicatorVisibleReturns a resolved value indicating whether the indicator which marks the StartDateTime of the task is displayed in the user interface.  
Public PropertyIndicatorSizeReturns the size at which the start indicator, end indicator, milestone indicator, and deadline indicator are drawn.  
Public PropertyPercentCompleteBarAlignmentReturns the vertical alignment for the bar wich depicts a task's PercentComplete.  
Public PropertyPercentCompleteBarHeightReturns the height of the bar which depicts the task's PercentComplete.  
Public PropertyPercentCompleteBarVisibleReturns a boolean value indicating whether an indicator is displayed for the task's PercentComplete.  
Public PropertyReadOnlyReturns a boolean value indicating whether the task can be edited.  
Public PropertyStartIndicatorVisibleReturns a boolean value indicating whether an indicator is displayed for the task's StartDateTime.  
Public Methods
 NameDescription
Public MethodGetCellActivationOverloaded. Returns the resolved Activation for the cell at the specified TaskField.  
See Also