IASControl::put_Delegate

This method specifies the delegate control that receives messages that the current control does not handle.

Syntax

HRESULT put_Delegate( IDispatch *pdispDelegate );

Parameters

pdispDelegate
Pointer to the IDispatch interface.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.

See Also

IASControl::get_Delegate