ebSystemModal (constant)

Description

Used with the MsgBox statement and function.

Comments

This constant is equal to 4096.

Example

Sub Main()
  MsgBox "All applications are halted!",ebSystemModal
End Sub

See Also

ebApplicationModal (constant); Constants (topic); MsgBox (function); MsgBox (statement).

More information

E