Share via


Application.OptionsInterface Method

Project Developer Reference

Sets the Interface options available on the Interface tab of the Options dialog box (Tools menu).

Syntax

expression.OptionsInterface(ShowResourceAssignmentIndicators, ShowEditToStartFinishDates, ShowEditsToWorkUnitsDurationIndicators, ShowDeletionInNameColumn, DisplayProjectGuide, ProjectGuideUseDefaultFunctionalLayoutPage, ProjectGuideFunctionalLayoutPage, ProjectGuideUseDefaultContent, ProjectGuideContent, SetAsDefaults, UseOMIDs)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
ShowResourceAssignmentIndicators Optional Boolean True if Project displays smart tags for resource assignments. The default value is False.
ShowEditToStartFinishDates Optional Boolean True if Project displays smart tags for edits to start and finish dates. The default value is False.
ShowEditsToWorkUnitsDurationIndicators Optional Boolean True if Project displays smart tags for edits to duration, work, or units. The default value is False.
ShowDeletionInNameColumn Optional Boolean True if Project displays smart tags upon deletion of a value in theTask Name or Resource Name field. The default value is False.
DisplayProjectGuide Optional Boolean True if the Project Guide should be shown by default on startup and for all new projects. The default value is False.
ProjectGuideUseDefaultFunctionalLayoutPage Optional Boolean True if the Project Guide uses default content. False if you want to use custom content for the Project Guide. The default value is True.
ProjectGuideFunctionalLayoutPage Optional String The URL or path and file name for the XML file used for custom content in the Project Guide.
ProjectGuideUseDefaultContent Optional Boolean True if theProject Guide uses default content. False if you want to use custom content for the Project Guide. The default value is True.
ProjectGuideContent Optional String The URL or path and file name for the XML file used for custom content in the Project Guide.
SetAsDefaults Optional Boolean True if the Project Guide settings for the active project should be used as the default for all new projects. The default value is False.
UseOMIDs Optional Variant

Return Value
Boolean

See Also