Form.CloseButton property (Access)
Specifies whether the Close button on a form is enabled. Read/write Boolean.
Syntax
expression.CloseButton
expression A variable that represents a Form object.
Remarks
The CloseButton property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True | (Default) The Close button is enabled. |
No | False | The Close button is disabled, and the Close command isn't available on the Control menu. |
You can set the CloseButton property only in form Design view.
If you set the CloseButton property to No, the Close button remains visible but appears dimmed (grayed), and you must provide some other way to close the form; for example, a command button or custom menu command that runs a macro or event procedure that closes the form.
You can also close the form by pressing Alt+F4.
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.