< Previous | Contents | Next >

Members

Operator.Composition

The composition that this tool belongs to (read-only).

> Getting:

comp = Operator.Composition – (Composition)

Operator.FillColor

> Getting:

color = Operator.FillColor – (table)

> Setting:

Operator.FillColor = color – (table)

Operator.ID

Registry ID of this tool (read-only).

> Getting:

id = Operator.ID – (string)

Operator.Name

Friendly name of this tool (read-only).

> Getting:

name = Operator.Name – (string)

Operator.ParentTool

The parent tool of this tool (read-only).

That is a group parent if the tool is inside a group or macro.

> Getting:

parent = Operator.ParentTool – (Tool)

Operator.TextColor

Color of a tool’s icon text in the Flow view.

> Getting:

color = Operator.TextColor – (table)

> Setting:

Operator.TextColor = color – (table)

Operator.TileColor

Color of a tool’s icon in the Flow view.

> Getting:

color = Operator.TileColor – (table)


image


> Setting:

Operator.TileColor = color – (table)

Operator.UserControls

Table of user-control definitions.

> Getting:

controls = Operator.UserControls – (table)

> Setting:

Operator.UserControls = controls – (table)