OptionsInterface Method

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)**

*expression   *     Required. An expression that returns an Application object.

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 the Task 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 Project uses the default Project Guide. False if you want to use a custom page. 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 the Project Guide uses Project's 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.

Applies to | Application Object

See Also | OptionsCalendar Method | OptionsEdit Method | OptionsGeneral Method | OptionsSave Method | OptionsSchedule Method | OptionsSpelling Method | OptionsView Method | OptionsWorkgroup Method