Application.CustomFieldIndicators Method
Project Developer Reference |
Sets options for graphical indicators for a custom field.
Syntax
expression.CustomFieldIndicators(FieldID, SummaryInheritsNonsummary, ProjectInheritsSummary, ShowToolTips)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FieldID | Required | Long | The custom field. Can be one of the PjCustomField constants. |
SummaryInheritsNonsummary | Optional | Boolean | True if summary rows use the same test criteria for displaying graphical indicators and use the same images as nonsummary rows. False if graphical indicators for summary rows are based on a different set of comparison tests and values and use different images than nonsummary rows. |
ProjectInheritsSummary | Optional | Boolean | True if the project summary row uses the same test criteria for displaying graphical indicators and uses the same images as summary rows. False if graphical indicators for the project summary row are based on a different set of comparison tests and values and use different images than other summary rows. |
ShowToolTips | Optional | Boolean | True if pausing the mouse over a graphical indicator in a custom field displays a tooltip with the actual data for the custom field. |
Return Value
Boolean
See Also