IsPaneVisible 

Syntax

object.IsPaneVisible  nPane

nPane - Specifies the ELS-QB component’s pane to be toggled and may be any of the

following values:

QB_RELATION_PANE              = 1

QB_COLUMNS_PANE             = 2

QB_SQL_PANE                       = 3

QB_CONNECTION_PANE        = 4

QB_DBBROWSER_PANE        = 5

Description

Call this method to determine if the specified pane is currently visible within ELS-QB component.

Remarks

IsPaneVisible method returns True if the specified pane is visible within ELS-QB component and False otherwise.

 Example

For Sample of IsPaneVisible usage see Sub mnuView_Click() of the frmELS_QB in ELS_QBDemoVB project.