TreeViewKeyEvent 构造函数 | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oTreeView AS TreeView,
KeyCode AS LONG
)
public TreeViewKeyEvent(
TreeView oTreeView,
int KeyCode
)
查看代码参数
- oTreeView
- 类型:TreeView
- KeyCode
- 类型:Int32
参见