IOleControl.OnMnemonic Method

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

Syntax

'宣言
Sub OnMnemonic ( _
    pMsg As MSG() _
)
'使用
Dim instance As IOleControl
Dim pMsg As MSG()

instance.OnMnemonic(pMsg)
void OnMnemonic(
    MSG[] pMsg
)
void OnMnemonic(
    [InAttribute] array<MSG>^ pMsg
)
function OnMnemonic(
    pMsg : MSG[]
)

Parameters

  • pMsg
    Type: []

Permissions

See Also

Reference

IOleControl Interface

IOleControl Members

Microsoft.VisualStudio.OLE.Interop Namespace