Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the control property specified by dwDispID.
virtual void GetProperty(
DISPID dwDispID,
VARTYPE vtProp,
void* pvProp
) const;
Parameters
dwDispID
Identifies the dispatch ID of the property, found on the control's default IDispatch interface, to be retrieved.vtProp
Specifies the type of the property to be retrieved. For possible values, see the Remarks section for COleDispatchDriver::InvokeHelper.pvProp
Address of the variable that will receive the property value. It must match the type specified by vtProp.
Remarks
The value is returned through pvProp.
Requirements
Header: afxocc.h