ShowPaneScreen Method
Description
This method takes effect only when Application.Visible=True.
Syntax
Visual Basic
Public Sub ShowPaneScreen( _
   ByVal Pane As String, _
   ByVal Show As Boolean _
) 
Parameters
Pane
The UFT One pane you want to show or hide.

Possible values:

  • ActiveScreen
  • DataTable
  • DebugViewer
Show
Indicates whether to display or hide the specified pane.

Possible values:

  • True--Display the specified pane.
  • False--Hide the specified pane.
Example
See Also