Registers the specified option category.

public static void RegisterOptionCategory( 
string categoryKey
string label
bool allowResetToDefault 
)

Parameters

categoryKey

Type: string

The unique identifier for this category of options.

label

Type: string

The title under which these options are grouped in the Options dialog.

allowResetToDefault

Type: bool

True if options in this category can be automatically reset to their default values.

Most option categories are defined by the application. In addition to these pre-registered categories, these option-related script functions can be used to register dynamic categories and option values for use by custom controls are as part of a composite page framework.

See RegisterOption for a comprehensive discussion of dynamic options.