Description
-
Determines if option is selected.
-
Property type
-
A Boolean value.
Syntax
-
object.OptionSelected[index] [= value]
The OptionSelected Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPVar. |
| index |
An Integer value. Index of the option, from 0 up
to OptionCount-1 |
| value |
A Boolean value. Returns True if option is
selected. |
Remarks
-
This property will return boolean value of the option. If user
selects the option, this property (for selected index) will return
True.
|