The properties of form controls can be edited using the Properties window in the VBA IDE.
You can also change the property of a control at runtime by writing code to access that property. See the Microsoft documentation for more information on changing the property of a control at runtime.