シンタックス
'宣言
Protected Overridable Function OnMnemonicCore( _
ByRef As System.Windows.Interop.MSG, _
ByVal As System.Windows.Input.ModifierKeys _
) As System.Boolean
'使用法
Dim instance As C1FlexViewerPane
Dim msg As System.Windows.Interop.MSG
Dim modifiers As System.Windows.Input.ModifierKeys
Dim value As System.Boolean
value = instance.OnMnemonicCore(msg, modifiers)
protected virtual System.bool OnMnemonicCore(
ref System.Windows.Interop.MSG ,
System.Windows.Input.ModifierKeys
)
パラメータ
- msg
- modifiers
参照