Skip to main content

Script Help

Script Editor

The Script Editor is where you write your script code. It supports IntelliSense. Double-clicking screen and control events in the left pane automatically generates event callbacks.

Script Editor Shortcut Commands

Available keyboard shortcut commands:

  • Copy: Ctrl + C

  • Cut: Ctrl + X

  • Paste: Ctrl + V

  • IntelliSense: Ctrl + Space

  • List members: Ctrl + K, L

  • Parameter info: Ctrl + SHIFT + Space

  • Code snippets: Ctrl + K, X

  • TAB: Complete word in IntelliSense

  • Search/replace: Ctrl + H

  • Find dialog: Ctrl + F

  • Find next: F3

  • Comment selection: Ctrl + C

  • Uncomment selection: Ctrl + E, U

  • Go to line: Ctrl + G

Script Editor Event Context Menu

image2.png

See Also

First Script

How to Create a Reusable Script

Advanced Scripting

Referenced Assemblies

Links to Resources