Active Query Builder 2 .NET Edition reference
SwapTrees Property



Allows to swap Query Structure Tree and Database Schema Tree with each other.
Syntax
'Declaration
 
Public Property SwapTrees As System.Boolean
'Usage
 
Dim instance As PanesConfigurationOptions
Dim value As System.Boolean
 
instance.SwapTrees = value
 
value = instance.SwapTrees
public System.bool SwapTrees {get; set;}
public: __property System.bool get_SwapTrees();
public: __property void set_SwapTrees( 
   System.bool value
);

Property Value

Set to false to have the Query Structure Tree at the left and Database Schema Tree at the right; set to true to swap the trees vice versa.
See Also

Reference

PanesConfigurationOptions Class
PanesConfigurationOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback