Active Query Builder 2 .NET Edition reference
DesignPaneVisible Property



Determines visibility of the Design Pane.
Syntax
'Declaration
 
Public Property DesignPaneVisible As System.Boolean
'Usage
 
Dim instance As PanesConfigurationOptions
Dim value As System.Boolean
 
instance.DesignPaneVisible = value
 
value = instance.DesignPaneVisible
public System.bool DesignPaneVisible {get; set;}
public: __property System.bool get_DesignPaneVisible();
public: __property void set_DesignPaneVisible( 
   System.bool value
);
Remarks
On hiding the Design Pane, don't forget to set the AddLinkedObjects and DeleteUnusedObjects properties to true and allow showing of fields in the database objects tree using the MetadataStructureOptions.ShowFields property.
See Also

Reference

PanesConfigurationOptions Class
PanesConfigurationOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback