Constants.vbOKCancel Feld

Definition

Gibt an, dass die Schaltflächen OK und Cancel angezeigt werden, wenn die MsgBox-Funktion aufgerufen wird.

public: Microsoft::VisualBasic::MsgBoxStyle vbOKCancel = 1;
public const Microsoft.VisualBasic.MsgBoxStyle vbOKCancel = 1;
val mutable vbOKCancel : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbOKCancel As MsgBoxStyle  = 1

Feldwert

Value = 1

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 akzeptiert die Enumerationsmember MsgBoxStyle .

Gilt für:

Weitere Informationen