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