Click or drag to resize

FileSystemShortcutWindowStyle Enumeration

An enumeration of possible window styles, when starting a file by the Windows shell.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public enum ShortcutWindowStyle
Members
  Member nameValueDescription
Default1 The created window is in normal state.
Maximized3 The created window is request to be maximized.
Minimized7 The created window is request to be minimized.
See Also