Show / Hide Table of Contents

Method ScriptEditor.ShowMainWindow


Overload

Shows or hides the main editor window.

public static void ShowMainWindow(bool? show)
Parameters
show  (bool?)
  • true - show, activate, restore if minimized.
  • false - hide. It does not hide the tray icon.
  • null - toggle.