Active Query Builder 2 .NET Edition reference
LeftTreePaneVisible Property



Determines visibility of the left tree pane.
Syntax
'Declaration
 
Public Property LeftTreePaneVisible As System.Boolean
'Usage
 
Dim instance As PanesConfigurationOptions
Dim value As System.Boolean
 
instance.LeftTreePaneVisible = value
 
value = instance.LeftTreePaneVisible
public System.bool LeftTreePaneVisible {get; set;}
public: __property System.bool get_LeftTreePaneVisible();
public: __property void set_LeftTreePaneVisible( 
   System.bool value
);
Remarks
Content of the right and left tree panes is determined according to the SwapTrees property.
See Also

Reference

PanesConfigurationOptions Class
PanesConfigurationOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback