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