Description
Gets the visibility status of the workbench.
Syntax
Function RFUserInterface.GetWorkbenchVisibility(workbenchName As String, pbStatus As Boolean) As RFErrorCode
The GetWorkbenchVisibility syntax has these parts:
| Part | Description |
|---|---|
| workbenchName | [IN] String Required. The name of workbench. |
| pbStatus | [OUT] Boolean Required. It determines whether the workbench is visible or not. |
Remarks