RadioButtonGroup.Button Method (Typed) | |
Retrieve a specific radio button.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Button(
nButtonPosition AS LONG
) AS RadioButton
public virtual RadioButton Button(
int nButtonPosition
)
Request Example
View SourceParameters
- nButtonPosition
- Type: Long
The position of the radio button in the array that was used to set up the group (in FillUsing()).
Return Value
Type:
RadioButton
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