IOleControlImpl::OnMnemonic

 

Informs the control that a user has pressed a specified keystroke.

Syntax

      HRESULT OnMnemonic(
   LPMSG pMsg 
);

Return Value

Returns E_NOTIMPL.

Remarks

See IOleControl::OnMnemonic in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IOleControlImpl Class