Active Query Builder 2 .NET Edition reference
MaxHeight Property



Determines maximum height of a datasource objects at the Design Pane. Zero means no constraint for this value.
Syntax
'Declaration
 
Public Property MaxHeight As System.Integer
'Usage
 
Dim instance As DataSourceOptions
Dim value As System.Integer
 
instance.MaxHeight = value
 
value = instance.MaxHeight
public System.int MaxHeight {get; set;}
public: __property System.int get_MaxHeight();
public: __property void set_MaxHeight( 
   System.int value
);
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members
DefaultWidth Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback