Constants.vbNormalNoFocus Campo
Definição
Indica que o estilo da janela é normal sem foco no programa invocado quando a função Shell é chamada.Indicates that the window style is normal without focus for the invoked program when the Shell function is called.
public: Microsoft::VisualBasic::AppWinStyle vbNormalNoFocus = 4;
public const Microsoft.VisualBasic.AppWinStyle vbNormalNoFocus = 4;
val mutable vbNormalNoFocus : Microsoft.VisualBasic.AppWinStyle
Public Const vbNormalNoFocus As AppWinStyle = 4
Valor do campo
Comentários
Ao emitir Shell comandos, você pode usar os seguintes membros de enumeração em seu código no lugar dos valores reais.When you issue Shell commands, you can use the following enumeration members in your code in place of the actual values.
O Style argumento usa os AppWinStyle membros da enumeração.The Style argument takes the AppWinStyle enumeration members.