Show / Hide Table of Contents

Enum WindowShow

A value indicating how a new window should appear when a new process is created.

Namespace: Fs.Processes
Assembly: Fs.Processes.dll
Syntax
public enum WindowShow

Fields

Name Description
Hidden

The window appears hidden.

Maximized

The window appears maximized.

Minimized

The window appears minimized.

Normal

The window appears on screen, in a default location.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX