Constants.vbHide Campo

Definição

Indica que o estilo da janela fica oculto para o programa invocado quando a função Shell é chamada.Indicates that the window style is hidden for the invoked program when the Shell function is called.

public: Microsoft::VisualBasic::AppWinStyle vbHide = 0;
public const Microsoft.VisualBasic.AppWinStyle vbHide = 0;
val mutable vbHide : Microsoft.VisualBasic.AppWinStyle
Public Const vbHide As AppWinStyle  = 0

Valor do campo

AppWinStyle

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.

Aplica-se a

Confira também