You can use the AllowDesignChanges property to specify or determine if design changes can be made to a form in all views or Design view only.
Setting
The AllowDesignChanges property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
All Views | True (–1) | (Default) Design changes can be made in all form views. |
Design View Only | False (0) | Design changes can be made in Design view only. |
The AllowDesignChanges property can be set by using the form's property sheet or Visual Basic.