Active Query Builder 2 .NET Edition reference
RightTreePaneVisible Property



Determines visibility of the right tree pane.
Syntax
'Declaration
 
Public Property RightTreePaneVisible As System.Boolean
'Usage
 
Dim instance As PanesConfigurationOptions
Dim value As System.Boolean
 
instance.RightTreePaneVisible = value
 
value = instance.RightTreePaneVisible
public System.bool RightTreePaneVisible {get; set;}
public: __property System.bool get_RightTreePaneVisible();
public: __property void set_RightTreePaneVisible( 
   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