This documentation is archived and is not being maintained.
AppWinStyle Enumeration
Visual Studio 2010
Indicates the window style to use for the invoked program when calling the Shell function.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| Hide | Window is hidden and focus is passed to the hidden window. This member is equivalent to the Visual Basic constant vbHide. | |
| NormalFocus | Window has focus and is restored to its original size and position. This member is equivalent to the Visual Basic constant vbNormalFocus. | |
| MinimizedFocus | Window is displayed as an icon with focus. This member is equivalent to the Visual Basic constant vbMinimizedFocus. | |
| MaximizedFocus | Window is maximized with focus. This member is equivalent to the Visual Basic constant vbMaximizedFocus. | |
| NormalNoFocus | Window is restored to its most recent size and position. The currently active window remains active. This member is equivalent to the Visual Basic constant vbNormalNoFocus. | |
| MinimizedNoFocus | Window is displayed as an icon. The currently active window remains active. This member is equivalent to the Visual Basic constant vbMinimizedNoFocus. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: