Description
Sets the visibility status of the output window.
Syntax
Function RFUserInterface.SetOutputWindowVisibility(bStatus As Boolean) As RFErrorCode
The SetOutputWindowVisibility syntax has these parts:
| Part | Description |
|---|---|
| bStatus | [IN] Boolean Required. It determines whether the output window is visible or not. |
Remarks