Form.ControlBox property (Access)

Specifies whether a form has a Control menu in Form view and Datasheet view. Read/write Boolean.

Syntax

expression.ControlBox

expression A variable that represents a Form object.

Remarks

The default value is True.

Setting the ControlBox property to False also removes the Minimize, Maximize, and Close buttons on a form.

It can only be set in form Design view.

To display a Control menu on a form, the ControlBox property must be set to Yes and the form's BorderStyle property must be set to Thin, Sizable, or Dialog.

Even when a form's ControlBox property is set to No, the form always has a Control menu when opened in Design view.

Setting the ControlBox property to No suppresses the Control menu when you:

  • Open the form in Form view from the Database window.

  • Open the form from a macro.

  • Open the form from Visual Basic.

  • Open the form in Datasheet view.

  • Switch to Form or Datasheet view from Design view.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.