Partager via


IOleControl.OnMnemonic Method

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

Syntax

'Déclaration
Sub OnMnemonic ( _
    pMsg As MSG() _
)
'Utilisation
Dim instance As IOleControl
Dim pMsg As MSG()

instance.OnMnemonic(pMsg)
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

IOleControl Members

Microsoft.VisualStudio.OLE.Interop Namespace