Skip to main content

Windows

Controls tool windows visibility

Constructors

new Windows()

new Windows(): Windows

Returns

Windows

Properties

PropertyTypeDefault value
contextShellContextPanel...
helpShellHelpPanel...

Accessors

hideTabsInPresentationMode

get hideTabsInPresentationMode(): boolean

Hide dock tabs in presentation mode *

set hideTabsInPresentationMode(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:408


presentationMode

get presentationMode(): boolean

Presentation mode

set presentationMode(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:412


showColumns

get showColumns(): boolean

Controls the visibility of the columns window.

set showColumns(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:400


showConsole

get showConsole(): boolean

Controls the visibility of the console.

set showConsole(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:376


showContextPanel

get showContextPanel(): boolean

Controls the visibility of the context pane.

set showContextPanel(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:388


showHelp

get showHelp(): boolean

Controls the visibility of the help window.

set showHelp(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:380


showProperties

get showProperties(): boolean

Obsolete. Controls the visibility of the properties window.

set showProperties(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:384


showRibbon

get showRibbon(): boolean

Controls the visibility of the top menu ribbon.

set showRibbon(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:404


showSidebar

get showSidebar(): boolean

Controls the visibility of the sidebar.

set showSidebar(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:364


showStatusBar

get showStatusBar(): boolean

Controls the visibility of the status bar.

set showStatusBar(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:372


showTables

get showTables(): boolean

Controls the visibility of the tables window.

set showTables(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:396


showToolbox

get showToolbox(): boolean

Controls the visibility of the toolbox.

set showToolbox(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:368


showVariables

get showVariables(): boolean

Controls the visibility of the variables window.

set showVariables(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:392


simpleMode

get simpleMode(): boolean

New menu style *

set simpleMode(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:416