IOleControl.OnMnemonic(MSG[]) 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:
void OnMnemonic(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ pMsg);
void OnMnemonic(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & pMsg);
public void OnMnemonic (Microsoft.VisualStudio.OLE.Interop.MSG[] pMsg);
abstract member OnMnemonic : Microsoft.VisualStudio.OLE.Interop.MSG[] -> unit
Public Sub OnMnemonic (pMsg As MSG())
Parameters
- pMsg
- MSG[]