| 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
Public Enumeration ShortcutWindowStyle
Members
| Member name | Value | Description |
---|
| Default | 1 |
The created window is in normal state.
|
| Maximized | 3 |
The created window is request to be maximized.
|
| Minimized | 7 |
The created window is request to be minimized.
|
See Also