Controls Customization

Top  Previous  Next

The Controls section of the Options window allows you to customize several settings related to Visual Basic controls:

controls_customization

The settings that you can customize are the following:

  • Apply default properties when adding a control: this option determines whether or not default properties (defined in the Control Default Properties box) will be applied to a control when the control is added to a form or usercontrol.
  • Rename related source code when renaming a control: this option determines whether or not events and references to a control should be renamed according to the new name when a control is renamed.
  • Prompt Name and Caption properties when adding a control: this option determines whether or not you will be asked for the Name and Caption properties each time you add a control to a form from the toolbox.
  • Controls Default Properties: list of default properties for each kind of control that will be applied when a new control is added to a form, usercontrol, etc. according to the Apply default properties when adding a control setting. The Component list contains only the components referenced in the current project.

Remarks:

  • This tab is not available in the VBA version of MZ-Tools.

See Also:

Control Default Properties

Rename Controls With Code

Prompt Name And Caption Of New Control