Registers the specified option.

void RegisterOption( 
string categoryKey
string optionKey
string label
Type type
object defaultValue 
)

Parameters

categoryKey

Type: string

The unique identifier for this category of options.

optionKey

Type: string

The identifier for this option, which must be unique within the category.

label

Type: string

The text for this option in the Options dialog.

type

Type: Type

The type of data. For future use--not currently implemented.

defaultValue

Type: object

The initial value for this option.