RadioButtonGroup.Button 方法 | |
检索特定的单选按钮。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Button(
nButtonPosition AS LONG
) AS RadioButton
public virtual RadioButton Button(
int nButtonPosition
)
查看代码参数
- nButtonPosition
- 类型:Int32
在数组中的位置,该数组用于设置组(在 FillUsing() 中)。
返回值
类型:
RadioButton
数组中指定位置的 RadioButton 对象。请注意,数组中的单选按钮位置可能不对应于组框中显示的单选按钮的顺序。如果在指定位置没有单选按钮,则返回 NIL。
参见