GetDlgItem的使用



CWnd::GetDlgItem

This method retrieves a pointer to the specified control or child window in a dialog box or other window. The pointer returned is usually cast to the type of control identified bynID.

CWnd* GetDlgItem ( 
int nID ) 
const; 

void CWnd::GetDlgItem( 
int nID, 
HWND* phWnd ) 
const; 
Parameters
nID
Specifies the identifier of the control or child window to be retrieved.
phWnd
Specifies a pointer to a child window.
Return Value

Returns a pointer to the given control or child window. If no control with the integer ID given by the nID parameter exists(没有指定的ID的控件,G退出etDlgItem所在的函数), the value is NULL.

The returned pointer may be temporary and should not be stored for later use.

Remarks

In Windows CE, the CDialog::GetDlgItem method only applies to the immediate child controls of a dialog box. It does not search through nested dialog boxes.

Example
// Uses GetDlgItem to return a pointer to a user interface control.
CEdit* pBoxOne;
pBoxOne = (CEdit*) GetDlgItem(IDC_EDIT1);
GotoDlgCtrl(pBoxOne);
Requirements

  Windows CE versions: 1.0 and later
  Header file: Declared in Afxwin.h
  Platform: H/PC Pro, Palm-size PC, Pocket PC

See Also

CWnd::GetWindow, CWnd::GetDescendantWindow,

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值