CWnd::GetProperty
Visual Studio 2012
Call this member function to get the ActiveX control property specified by dwDispID.
void GetProperty( DISPID dwDispID, VARTYPE vtProp, void* pvProp )const;
GetProperty returns the value through pvProp.
Note
|
|---|
|
This function should be called only on a CWnd object that represents an ActiveX control. |
For more information about using this member function with ActiveX Control Containers, see the article ActiveX Control Containers: Programming ActiveX Controls in an ActiveX Control Container.
Note