This read/write property returns or sets the visibility status of the Execution window.
Visual Basic |
---|
Public Property Visible As Boolean |
Read/write Boolean.
True means the window shows the Execution window.
False means the window hides the Execution button. When hidden, the execution is still available, but it's invisible to the end user.
See ProgressBarPercentage for an example.