FormGroupControl.frameOptionButton 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
frameOptionButton() |
Sets or returns the option button for a form group control. |
frameOptionButton(Int32) |
frameOptionButton()
Sets or returns the option button for a form group control.
public:
virtual int frameOptionButton();
public virtual int frameOptionButton ();
abstract member frameOptionButton : unit -> int
override this.frameOptionButton : unit -> int
Public Overridable Function frameOptionButton () As Integer
Returns
An integer value that specifies the type of option button.
Remarks
You can use a FormFrameOptionButton enumeration value for the value parameter.
Applies to
frameOptionButton(Int32)
public:
virtual int frameOptionButton(int _value);
public virtual int frameOptionButton (int _value);
abstract member frameOptionButton : int -> int
override this.frameOptionButton : int -> int
Public Overridable Function frameOptionButton (_value As Integer) As Integer
Parameters
- _value
- Int32
An Integer data type that specifies the type of option button; optional.