⟩ Explain Which controls can not be placed in MDI?
The Controls which do not have Align property can't be placed on MDI Form.
E.g., Picturebox only has Align property in Standard Components of VB other controls dont have align property an hence can't be drawn on MDI Form.
Timer control can also be placed on MDI form.