formsizerestrictions MinHeight property
Return to Introduction  Previous page  Next page
Applies to
acFormSizeRestrictions component and FloatRestrictions structure of acAppBar component.  

Declaration
property MinHeight: Word;  

Description
The MinHeight property controls the minimum height of your form. If size restrictions is Enabled and MinHeight value is not 0, user will not able to resize the form horizontally to make the form height less than specified in MinHeight property.  
 
tip If you would not to specify restriction for minimum form height, set this value to 0.  

See also
MaxWidth, MaxHeight, MinWidth, MinHeight +  
MaxClientWidth, MaxClientHeight, MinClientWidth, MinClientHeight properties.