selected property

OptionButtonControl.selected property

Gets or sets a boolean value indicating either this OptionButtonControl is selected or not.

get selected(): boolean

Remarks

Note, this property allows you to select multiple items in a group of OptionButtonControl with the same Forms2OleControl.groupName. It is up to you to take care of deselecting a previously selected item when you make this OptionButtonControl selected.

See Also