SizeParent Property

See Also    Examples    Applies To

Returns/sets a value that determines how to adjust the parent form to its design time specified size if the parent form is a MDI-form. As the size of a MDI-Form is adjusted by the Windows system at runtime the forms boundaries specified at design time may be ignored. Use this property to avoid this behaviour, if you don't want it.

Property SizeParent As eAxes

atb.SizeParent[ = eAxes]

Settings

Valid settings for the SizeParent property are:

Value   Constant
0   None
1   Horizontal
2   Vertical
3   Both