Active Query Builder 2 .NET Edition reference
ShowCollapseExpandButton Property



Instructs the component to show or hide the Collapse/Expand button at the bottom of each data source.
Syntax
'Declaration
 
Public Property ShowCollapseExpandButton As System.Boolean
'Usage
 
Dim instance As DataSourceOptions
Dim value As System.Boolean
 
instance.ShowCollapseExpandButton = value
 
value = instance.ShowCollapseExpandButton
public System.bool ShowCollapseExpandButton {get; set;}
public: __property System.bool get_ShowCollapseExpandButton();
public: __property void set_ShowCollapseExpandButton( 
   System.bool value
);
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback