Click or drag to resize

ShortcutWindowState Enumeration

[This is preliminary documentation and is subject to change.]

Window states of shortcut

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public enum ShortcutWindowState
Members
  Member nameValueDescription
Normal0 Activates and displays a window. If the window is minimized or maximized, the system restores it to its original size and position.
Maximized1 Activates the window and displays it as a maximized window.
Minimized2 Displays the window in its minimized state, leaving the currently active window as active.
Remarks
These states are equivalent to: System.Windows.WindowState enumeration in WPF System.Windows.Forms.FormWindowState enumeration in WinForms WindowStyle values in WshShortcut ShowWindow commands in IShellLink
See Also