Description
Used with the MsgBox statement and function.
Comments
This constant is equal to 512.
Example
This example invokes MsgBox with the focus on the Ignore button by default.
Sub Main() rc% = MsgBox("Disk drive door open.",ebAbortRetryIgnore Or ebDefaultButton3) End Sub
See Also
MsgBox (function); MsgBox (statement).
More information
E