ebQuestion (constant)

Description

Used with the MsgBox statement and function.

Comments

This constant is equal to 32.

Example

This example displays a dialog box with OK and Cancel buttons and a question icon.

Sub Main()
  rc% = MsgBox("OK to delete file?",ebOKCancel Or ebQuestion)
End Sub

See Also

MsgBox (function); MsgBox (statement)

More information

E