HasShutDownButton Property
Description
This read only property checks to see if the message box is an error message with a shut down button.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property HasShutDownButton As Boolean |
Return Type
Boolean. This returns True if there's a shut down button. It returns False if there isn't a shut down button.
See Also