Constants.vbSystemModal Campo

Definição

Indica que a caixa de mensagem será exibida como uma caixa de diálogo modal quando a função MsgBox é chamada.Indicates that the message box will be displayed as a modal dialog box when the MsgBox function is called.

public: Microsoft::VisualBasic::MsgBoxStyle vbSystemModal = 4096;
public const Microsoft.VisualBasic.MsgBoxStyle vbSystemModal = 4096;
val mutable vbSystemModal : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbSystemModal As MsgBoxStyle  = 4096

Valor do campo

MsgBoxStyle

Comentários

Ao chamar a função MsgBox, você pode usar a enumeração MsgBoxStyle no código em lugar dos valores reais.When you call the MsgBox function, you can use the MsgBoxStyle enumeration in your code in place of the actual values. O Buttons argumento usa os MsgBoxStyle membros da enumeração.The Buttons argument takes the MsgBoxStyle enumeration members.

Aplica-se a

Confira também