ToggleButton.Value Property
Outlook Forms Script Reference |
Returns or sets a Variant that specifies whether the toggle button is selected. Read/write.
Syntax
expression.Value
expression A variable that represents a ToggleButton 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