Поделиться через


CWnd::GetDlgCtrlID

Returns the window or control ID value for any child window, not only that of a control in a dialog box.

int GetDlgCtrlID( ) const;

Возвращаемое значение

The numeric identifier of the CWnd child window if the function is successful; otherwise 0.

Заметки

Since top-level windows do not have an ID value, the return value of this function is invalid if the CWnd is a top-level window.

Пример

See the example for CWnd::OnCtlColor.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

GetDlgCtrlID