CWnd::BindProperty

This method binds a cursor-bound property on a data-bound control to a data-source control, and registers that relationship with the MFC binding manager. The CWnd object on which you call this method must be a data-bound control.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

void BindProperty( DISPID dwDispID, CWnd * pWndDSC );

See Also

CWnd::BindDefaultProperty