Share via


IOleControl.OnMnemonic Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub OnMnemonic ( _
    pMsg As MSG() _
)
void OnMnemonic(
    MSG[] pMsg
)
void OnMnemonic(
    [InAttribute] array<MSG>^ pMsg
)
abstract OnMnemonic : 
        pMsg:MSG[] -> unit 
function OnMnemonic(
    pMsg : MSG[]
)

Parameters

.NET Framework Security

See Also

Reference

IOleControl Interface

Microsoft.VisualStudio.OLE.Interop Namespace