Share via


FormGroupControl.optionValue Method

Sets or returns the value for the option button that is associated with a form group control.

Syntax

public int optionValue([int value])

Run On

Client

Parameters

  • value
    Type: int
    An integer value that specifies the value for the option button; optional.

Return Value

Type: int
An integer value that specifies the value for the option button.

Remarks

Use the FormGroupControl.frameOptionButton method to set or return the option button for a form group control.

See Also

Reference

FormGroupControl Class