Description
Used with the MsgBox statement and function.
Comments
This constant is equal to 64.
Example
This example displays a dialog box with the Information icon.
Sub Main() MsgBox "You just deleted your file!",ebOKOnly Or ebInformation End Sub
See Also
MsgBox (function); MsgBox (statement).
More information
E