AllowDesignChanges Property
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. Read/write Boolean.
expression.AllowDesignChanges
expression Required. An expression that returns one of the objects in the Applies To list.
Setting
The AllowDesignChanges property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
All Views | True | (Default) Design changes can be made in all form views. |
Design View Only | False | 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.