Share via


OptionButton.Value Property

Outlook Forms Script Reference

Returns or sets a Variant that specifies whether the option button is selected. Read/write.

Syntax

expression.Value

expression   A variable that represents an OptionButton object.

Remarks

The settings for Value are:

Control Description
Null Indicates the item is in a null state, neither selected nor cleared.
True Indicates the item is selected.
False Indicates the item is cleared.
Zero (0) Indicates the first page. The maximum value is one less than the number of pages.

See Also