Context

The Context class provides additional actions that may be invoked on a Cell object.

Properties

Gets or sets a global reference to the Cell.Context class.

Gets or sets whether the Context object should be showing.

Gets or sets whether the Context is in the process of unloading.

Methods

Initializes the object after de-serialization. (Same functionality as constructor.)

Creates a new instance of the Context class.

Creates a new instance of the Context object.

Implements a method that draws the object.

Initializes the object after de-serialization. (Same functionality as constructor.)

Loads and expands the Context menu by using the CellExtensions.ResizeTarget adding Action Node objects from ActionNode.Actions within the Cell object returned from the CellExtensions.HoverSmallest2.

Loads individual Action Node object actions that are invokable created from the right clicked Cell object's ActionNode.Actions.

Loads and expands the Context menu by using the CellExtensions.ResizeTarget adding Action Node predefined objects.

Unloads the Context menu.

Initializes the object after de-serialization.