How do I ensure that clicking the Maximize button on the title bar doesn't maximize the window?

Setting the ControlBox of the Form to False or setting the BorderStyle of the Form to Fixed Single, Fixed Dialog or Fixed ToolWindow isn't the solution! Trying to set MaxButton.Visible = False generates an error.