Active Query Builder 2 .NET Edition reference
MinimumSize Property (AddObjectFormOptions)



Specifies minimum size of the Add Object Form.
Syntax
'Declaration
 
Public Property MinimumSize As System.Drawing.Size
'Usage
 
Dim instance As AddObjectFormOptions
Dim value As System.Drawing.Size
 
instance.MinimumSize = value
 
value = instance.MinimumSize
public System.Drawing.Size MinimumSize {get; set;}
public: __property System.Drawing.Size get_MinimumSize();
public: __property void set_MinimumSize( 
   System.Drawing.Size value
);
See Also

Reference

AddObjectFormOptions Class
AddObjectFormOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback