Available Property
Description
This read-only value determines if the Execution window is available.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Available As Boolean |
Return Type
Boolean.
This returns True if the Execution window is available.
This returns False if the Execution window is not available. If False, other properties and methods that work with the Execution window do not function.
See Also