InspectPreferences
 
 
 

InspectPreferences

Introduced

v5.0

Description

Opens a special view which allows you to interactively view and edit all the user preferences.

Scripting Syntax

InspectPreferences( [Preference] );

Parameters

Parameter Type Description
Preference String The preference category to initially view.

Default Value: "" (meaning no default category)

Examples

VBScript Example

' Inspect the user preferences with the Animation preferences initially viewed.
InspectPreferences "Animation"