Application.CustomFieldIndicators method (Project)
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.