IsClosed Property
Description
This read-only property determines if the message box has closed or not.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property IsClosed As Boolean |
Return Type
Boolean value. This returns True if the message box is closed. It returns False if it's open.
See Also