ShortcutWindowState Enumeration
Specifies a window state for a shortcut file.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ShortcutWindowState
Public Enumeration ShortcutWindowState
Dim instance As ShortcutWindowState
public enum class ShortcutWindowState
No code example is currently available or this language may not be supported.
Normal |
1 |
Shortcut Window is at normal state.
|
Maximized |
3 |
Shortcut Window is Maximized.
|
Minimized |
7 |
Shortcut Window is Minimized.
|