导航:  CWindow Class > Methods and Properties >

ControlHandle

上一页返回章节概述下一页

描述

 

检索由标识符指定的子控件的句柄.

 

FreeBASIC 语法

 

FUNCTION ControlHandle (BYVAL cID AS LONG) AS HWND

 

参数

 

cID

[in]子控件的标识符.

 

用法示例

 

DIM hCtl AS HWND = pWindow.ControlHandle(cID)

 

引用文件

 

CWindow.inc