RadioButtonGroup.Button Method | |
Retrieve a specific radio button.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Button(
nButtonPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Button(
Usual nButtonPosition = default
)
Request Example
View SourceParameters
- nButtonPosition (Optional)
- Type: Usual
The position of the radio button in the array that was used to set up the group (in FillUsing()).
Return Value
Type:
Usual
The RadioButton object at the specified position in the array. Note that the radio button position in the array may not correspond to the order the radio buttons are displayed in the group box. NIL is returned if there is no radio button at the indicated position.
See Also