Constants.vbMsgBoxHelp Feld

Definition

Gibt an, dass die Schaltfläche Help 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 im Code anstelle der tatsächlichen Werte verwenden. Das Buttons Argument übernimmt die Enumerationsmember MsgBoxStyle .

Gilt für:

Weitere Informationen