Constants.vbMsgBoxHelp Feld

Definition

Gibt an, dass die Help Schaltfläche angezeigt wird, wenn die MsgBox Funktion aufgerufen wird.

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxHelp = 16384;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxHelp = 16384;
val mutable vbMsgBoxHelp : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxHelp As MsgBoxStyle  = 16384

Feldwert

Value = 16384

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