DisableScreenWindow()

Syntax

DisableScreenWindow(#ScreenWindow, State)
Description
Enables or disables user input to the specified Window.

Parameters

#ScreenWindow The window to use.
State It can take the following values:
  #True : The window is disabled.
  #False: The window is enabled.

Return value

None.

Supported OS

All

<- DisableScreenGadget() - ScreenGadget Index - EditorScreenGadget() ->