DialogWindow.ListBoxSelect 方法 | |
提供一个方法,当此窗口拥有的列表框中的项目被单击时,该方法将被调用。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ListBoxSelect(
oControlEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override __Usual ListBoxSelect(
__Usual oControlEvent = default
)
查看代码参数
- oControlEvent (Optional)
- 类型:__Usual
描述单击的列表框中包含的项目的 ControlEvent 对象。
返回值
类型:
__Usual备注 提示: |
---|
重要!这是一个由 X# 使用的回调方法。通常情况下,不应在您的应用程序代码中调用它。
|
参见