COleControl::Load

Resets any previous data loaded asynchronously and initiates a new loading of the control's asynchronous property.

void Load(
   LPCTSTR strNewPath,
   CDataPathProperty& prop 
);

Parameters

  • strNewPath
    A pointer to a string containing the path that references the absolute location of the asynchronous control property.

  • prop
    A CDataPathProperty object implementing an asynchronous control property.

Requirements

Header: afxctl.h

See Also

Reference

COleControl Class

Hierarchy Chart

CDataPathProperty Class

Other Resources

COleControl Members