CWnd::GetProperty

Call this member function to retrieve the control property specified by dwDispID. GetProperty returns the value through pvProp. This function should be only called on a control.

Syntax

void GetProperty( DISPID dwDispID, VARTYPE vtProp, void* pvProp ) const;

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::InvokeHelper, COleDispatchDriver, CWnd::CreateControl