Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Call this member function to set the OLE control property specified by dwDispID.
void AFX_CDECL SetProperty(
DISPID dwDispID,
VARTYPE vtProp,
...
);
Parameters
dwDispID
Identifies the property to be set.vtProp
Specifies the type of the property to be set. For possible values, see the Remarks section for COleDispatchDriver::InvokeHelper....
A single parameter of the type specified by vtProp.
Remarks
Hinweis
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.
Requirements
Header: afxwin.h