Active Query Builder 2 .NET Edition reference
DesignPaneOverviewWidth Property



Gets or sets the width of the Design Pane Overview window.
Syntax
public System.int DesignPaneOverviewWidth {get; set;}
public: __property System.int get_DesignPaneOverviewWidth();
public: __property void set_DesignPaneOverviewWidth( 
   System.int value
);
'Declaration
 
Public Property DesignPaneOverviewWidth As System.Integer
 
'Usage
 
Dim instance As PanesConfigurationOptions
Dim value As System.Integer
 
instance.DesignPaneOverviewWidth = value
 
value = instance.DesignPaneOverviewWidth
See Also

Reference

PanesConfigurationOptions Class
PanesConfigurationOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback