Constants.vbMinimizedFocus Field

Definition

Indicates that the window style is minimized with focus for the invoked program when the Shell function is called.

public: Microsoft::VisualBasic::AppWinStyle vbMinimizedFocus = 2;
public const Microsoft.VisualBasic.AppWinStyle vbMinimizedFocus = 2;
val mutable vbMinimizedFocus : Microsoft.VisualBasic.AppWinStyle
Public Const vbMinimizedFocus As AppWinStyle  = 2

Field Value

Value = 2

Remarks

When you issue Shell commands, you can use the following enumeration members in your code in place of the actual values.

The Style argument takes the AppWinStyle enumeration members.

Applies to

See also