Constants.vbInformation Feld

Definition

Gibt an, dass das Informationssymbol angezeigt wird, wenn die MsgBox Funktion aufgerufen wird.

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

Feldwert

Value = 64

Hinweise

Wenn Sie die MsgBox Funktion aufrufen, können Sie die MsgBoxStyle Enumeration in Ihrem Code anstelle der tatsächlichen Werte verwenden. Das Buttons Argument verwendet die Enumerationsmmber MsgBoxStyle .

Gilt für:

Weitere Informationen