Window.Type

EnvironmentDevTools.Window.Type provides a way to get the type of a window, which is either a document or a tool window. This can be useful when you want to know whether a particular window is a code editor or something else.

HydraWindowType Type { get; }

Remarks

The benefits of using EnvironmentDevTools.Window.Type

How to use EnvironmentDevTools.Window.Type:

To use EnvironmentDevTools.Window.Type, simply call the method on a EnvironmentDevTools.Window object. The return value will be one of the following:

  • EnvironmentDevTools.HydraWindowType.HydraWindowTypeDocument: Indicates that the window is a document window, such as a code editor.
  • EnvironmentDevTools.HydraWindowType.HydraWindowTypeTool: Indicates that the window is a tool window, such as the Output Window or Find Results Window.

The benefits of using EnvironmentDevTools.Window.Type

EnvironmentDevTools.Window.Type provides a way to get the type of a window, which is either a document or a tool window. This can be useful when you want to know whether a particular window is a code editor or something else.

See also:

Window | EnvironmentDevTools | HydraDesigner.Shell

© CloudIDEaaS, 1996-2022 • Updated: 12/01/22
Comment or report problem with topic