FormGroupControl.optionValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
optionValue() |
Sets or returns the value for the option button that is associated with a form group control. |
optionValue(Int32) |
optionValue()
Sets or returns the value for the option button that is associated with a form group control.
public:
virtual int optionValue();
public virtual int optionValue ();
abstract member optionValue : unit -> int
override this.optionValue : unit -> int
Public Overridable Function optionValue () As Integer
Returns
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.
Applies to
optionValue(Int32)
public:
virtual int optionValue(int _value);
public virtual int optionValue (int _value);
abstract member optionValue : int -> int
override this.optionValue : int -> int
Public Overridable Function optionValue (_value As Integer) As Integer
Parameters
- _value
- Int32
An integer value that specifies the value for the option button; optional.