Article ID: 136121
Article Last Modified on 1/19/2007
New Property What it does
-------------------------------
AllowAutoCorrect Automatically corrects errors you make.
Application Allows you to access the active Microsoft Access
Application object and its related properties using
Visual Basic for Applications.
BackStyle Specifies whether a control is transparent.
ControlTipText Specifies the text that appears in a screen tip when
you hold the pointer over the control.
ControlType Determines the type of control on a form.
FontBold Specifies whether a font appears in a bold style in a
combo box.
Format Specifies the way numbers, dates, times, and text are
displayed and printed in a combo box.
InputMask Allows you to control the values entered in a combo
box and makes data entry easier.
ShortcutMenuBar Specifies the menubar macro to use to display a
shortcut menu when you click a combo box using the
right mouse button.
New List Box Properties
-----------------------
The following table lists the new list box properties and what each new
property does.
New Property What it does
-------------------------------
Application Allows you to gain access to the active Microsoft Access
Application object and its related properties using
Visual Basic for Applications.
BorderColor Specifies the color of a list box's border.
BorderStyle Specifies the type of border for a list box.
BorderWidth Specifies the width of a list box's border.
ControlTipText Specifies the text that appears in a screen tip when
you hold the pointer over the control.
ControlType Determines the type of control on a form.
FontBold Specifies whether a font appears in a bold style in a
list box.
MultiSelect Specifies whether you can make multiple selections in
a list box and how to make multiple selections.
Selected Determines if an item in a list box is selected. This
property is available only in Visual Basic.
ShortcutMenuBar Specifies the menubar macro to use to display a
shortcut menu when you click a list box using the
right mouse button.
Keywords: kbinfo kbusage KB136121