selectedselected*
*



Contents  *



Index  *Topic Contents
*Previous Topic: sectionRowIndex
*Next Topic: selectedIndex

selected

Description

Indicates that this item is the default. If not present, the first item is selected by default.

Syntax

object.selected[ = selected]

Remarks

This property is used to determine whether a value is submitted with the form. If the value of the control matches the default value, the control's value is not submitted. The value is only submitted when the control's value does not match the default value. Therefore, changing this value changes the rule for whether the value is submitted with the form.

This property has read-write permissions, meaning you can change as well as retrieve its current value.

Applies To

OPTION

See Also

defaultSelected


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.