IOleControlSite.TranslateAccelerator(MSG[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int TranslateAccelerator(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ pMsg, System::UInt32 grfModifiers);
int TranslateAccelerator(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & pMsg, unsigned int grfModifiers);
public int TranslateAccelerator (Microsoft.VisualStudio.OLE.Interop.MSG[] pMsg, uint grfModifiers);
abstract member TranslateAccelerator : Microsoft.VisualStudio.OLE.Interop.MSG[] * uint32 -> int
Public Function TranslateAccelerator (pMsg As MSG(), grfModifiers As UInteger) As Integer
Parameters
- pMsg
- MSG[]
- grfModifiers
- UInt32