AddColon, AutoLabel Properties
Applies To
Bound Object Frame control, Chart control, Check Box control, Combo Box control, Command Button control, List Box control, Option Button control, Option Group control, Subform/Subreport control, Text Box control, Toggle Button control.
Description
- The AddColon property specifies whether a colon follows the text in labels for new controls.
- The AutoLabel property specifies whether labels are automatically created and attached to new controls.
Setting
The AddColon property uses the following settings.
Setting | Description |
|
Yes | A colon follows the text in labels for new controls. |
No | A colon doesn't follow the text in labels for new controls. |
The AutoLabel property uses the following settings.
Setting | Description |
|
Yes | A label is attached to new controls. |
No | A label isn't attached to new controls. |
You can set these properties only by using a control's default control style or the DefaultControl method in Visual Basic.
Remarks
Changes to the default control style setting affect only controls created on the current form or report. To change the default control style for all new forms or reports that you create without using a Microsoft Access wizard, see Specify a new template for forms and reports.See Also
LabelAlign, TextAlign properties.