Active Query Builder 2 .NET Edition reference
DesignPaneOptions Property



Determines appearance of the objects within the Design Pane.
Syntax
'Declaration
 
Public Property DesignPaneOptions As DesignPaneOptions
'Usage
 
Dim instance As QueryBuilder
Dim value As DesignPaneOptions
 
instance.DesignPaneOptions = value
 
value = instance.DesignPaneOptions
public DesignPaneOptions DesignPaneOptions {get; set;}
public: __property DesignPaneOptions* get_DesignPaneOptions();
public: __property void set_DesignPaneOptions( 
   DesignPaneOptions* value
);
See Also

Reference

QueryBuilder Class
QueryBuilder Members
DataSourceOptions Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback