Allows to swap Query Structure Tree and Database Schema Tree with each other.
'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.