Visible Property
Description
This read/write property returns or sets the visibility status of the Execution window.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Visible As Boolean |
Return Type
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.
Example
See ProgressBarPercentage for an example.
See Also