CWnd::BindProperty

Call this member function to bind a cursor-bound property on a data-bound control to a data-source control, and register that relationship with the MFC binding manager. The CWnd object on which you call this member function must be a data-bound control.

Syntax

void BindProperty( DISPID dwDispID, CWnd * pWndDSC );

At a Glance

Header File Afxwin.h
Platforms
Versions 2.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::BindDefaultProperty