ebApplicationModal (constant)

Description Used with the MsgBox statement and function.
Comments This constant is equal to 0.
Example This example displays an application-modal dialog box (which is the default).
Sub Main()
  MsgBox "This is application-modal.",ebOKOnly Or ebApplicationModal
End Sub
See Also MsgBox (function); MsgBox (statement).