Bagikan melalui


Constants.vbDefaultButton2 Bidang

Definisi

Menunjukkan bahwa tombol kedua dari kiri dipilih sebagai tombol default saat kotak pesan muncul.

public: Microsoft::VisualBasic::MsgBoxStyle vbDefaultButton2 = 256;
public const Microsoft.VisualBasic.MsgBoxStyle vbDefaultButton2 = 256;
val mutable vbDefaultButton2 : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbDefaultButton2 As MsgBoxStyle  = 256

Nilai Bidang

Value = 256

Contoh

' Set the Retry button as the default button.
MsgBox("Error occurred", vbDefaultButton2 Or vbAbortRetryIgnore)

Keterangan

Saat memanggil MsgBox fungsi, Anda dapat menggunakan MsgBoxStyle enumerasi dalam kode Anda sebagai pengganti nilai aktual. Argumen Buttons mengambil MsgBoxStyle anggota enumerasi.

Berlaku untuk

Lihat juga