Share via


IOleInPlaceActiveObject.TranslateAccelerator(MSG[]) Method

Definition

public:
 int TranslateAccelerator(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ lpmsg);
int TranslateAccelerator(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & lpmsg);
public int TranslateAccelerator (Microsoft.VisualStudio.OLE.Interop.MSG[] lpmsg);
abstract member TranslateAccelerator : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
Public Function TranslateAccelerator (lpmsg As MSG()) As Integer

Parameters

lpmsg
MSG[]

Returns

Remarks

For information on the COM interface, see IOleInPlaceActiveObject::TranslateAccelerator

Applies to