CWnd::SetProperty
Visual Studio 2010
Call this member function to set the OLE control property specified by dwDispID.
void AFX_CDECL SetProperty( DISPID dwDispID, VARTYPE vtProp, ... );
Note
|
|---|
|
This function should be called only on a CWnd object that represents an OLE control. |
For more information about using this member function with OLE Control Containers, see the article ActiveX Control Containers: Programming ActiveX Controls in an ActiveX Control Container.
Note