Constants.vbInformation Field

Definition

Indicates that the information icon will display when the MsgBox function is called.

public: Microsoft::VisualBasic::MsgBoxStyle vbInformation = 64;
public const Microsoft.VisualBasic.MsgBoxStyle vbInformation = 64;
val mutable vbInformation : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbInformation As MsgBoxStyle  = 64

Field Value

Value = 64

Remarks

When you call the MsgBox function, you can use the MsgBoxStyle enumeration in your code in place of the actual values. The Buttons argument takes the MsgBoxStyle enumeration members.

Applies to

See also