IAxWinAmbientDispatch::put_DocHostDoubleClickFlags

The DocHostDoubleClickFlags property specifies the operation that should take place in response to a double-click.

STDMETHOD( put_DocHostDoubleClickFlags )(
   DWORD dwDocHostDoubleClickFlags 
);

Parameters

  • dwDocHostDoubleClickFlags
    [in] The new value of this property.

Return Value

A standard HRESULT value.

Remarks

The ATL host object implementation uses DOCHOSTUIDBLCLK_DEFAULT as the default value of this property.

Requirements

Header: atliface.h

See Also

Reference

IAxWinAmbientDispatch Interface

IDocHostUIHandler::GetHostInfo

Other Resources

IAxWinAmbientDispatch Members