Constants.vbMinimizedFocus 字段
定义
指示在调用 Shell 函数时,将使窗口样式最小化并将焦点提供给所调用的程序。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
字段值
注解
发出命令时 Shell ,可以在代码中使用以下枚举成员来代替实际值。When you issue Shell commands, you can use the following enumeration members in your code in place of the actual values.
Style参数采用 AppWinStyle 枚举成员。The Style argument takes the AppWinStyle enumeration members.