Contents Index Topic Contents | ||
Previous Topic: defaultChecked Next Topic: defaultStatus |
defaultSelected
Description
Determines whether the option is selected by default.
Syntax
object.defaultSelected[ = defaultSelected]
Settings
This read-write property is TRUE if the option is selected by default, or FALSE otherwise. The default value for this property is TRUE.
The property can be changed programmatically but has no affect on the appearance nor on how forms are submitted. It does change the appearance of the selected option if the form is reset.
Applies To
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.