SetEditMode

Description:              This statement sets the graphics edit mode for a window.

Returns:                    Nothing

Usage:                   Script or Steady State

Format:                      SetEditMode(Object, Mode)

Parameters:             Object    { Object value }  { required }  { no default: }

                                                Any object expression that identifies the window.

                                    Mode    { numeric }  { required }  { no default: }

                                                Any numeric expression for the new edit mode:

Mode

Edit Mode

0

Disable mouse actions

1

Enable mouse actions

2

Toggle mouse on/off

 

See Also:

AddEditorText | CurrentLine | Editor | ForceEvent | GoToOffset | MakeEditor