Active Query Builder 2 .NET Edition reference
SubQueryTabsVisible Property



Determines visibility of sub-query tabs above the Design Pane.
Syntax
'Declaration
 
Public Property SubQueryTabsVisible As System.Boolean
'Usage
 
Dim instance As PanesConfigurationOptions
Dim value As System.Boolean
 
instance.SubQueryTabsVisible = value
 
value = instance.SubQueryTabsVisible
public System.bool SubQueryTabsVisible {get; set;}
public: __property System.bool get_SubQueryTabsVisible();
public: __property void set_SubQueryTabsVisible( 
   System.bool value
);
Remarks
You can navigate sub-queries using the Query Structure Tree instead of sub-query tabs.
See Also

Reference

PanesConfigurationOptions Class
PanesConfigurationOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback