Active Query Builder 2 .NET Edition reference
QueryColumnsPaneVisible Property



Determines visibility of the Query Columns Pane (grid with expressions and criteria below the Design Pane).
Syntax
'Declaration
 
Public Property QueryColumnsPaneVisible As System.Boolean
'Usage
 
Dim instance As PanesConfigurationOptions
Dim value As System.Boolean
 
instance.QueryColumnsPaneVisible = value
 
value = instance.QueryColumnsPaneVisible
public System.bool QueryColumnsPaneVisible {get; set;}
public: __property System.bool get_QueryColumnsPaneVisible();
public: __property void set_QueryColumnsPaneVisible( 
   System.bool value
);
See Also

Reference

PanesConfigurationOptions Class
PanesConfigurationOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback