CWnd::GetProperty

This method retrieves the control property specified by dwDispID. GetProperty returns the value through pvProp. This method should be only called on a 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 GetProperty( DISPID dwDispID, VARTYPE vtProp, void* pvProp ) const;

See Also

CWnd::InvokeHelper, COleDispatchDriver, CWnd::CreateControl