NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.ProcessMnemonic

Process a mnemonic character. This is done by manufacturing a WM_SYSKEYDOWN message and passing it to the ActiveX control.

[Visual Basic]
Overrides Protected Function ProcessMnemonic( _
   ByVal charCode As Char _
) As Boolean
[C#]
protected override bool ProcessMnemonic(
   char charCode
);
[C++]
protected: override bool ProcessMnemonic(
   __wchar_t charCode
);
[JScript]
protected override function ProcessMnemonic(
   charCode : Char
) : Boolean;

Parameters

charCode
Character to test.

Return Value

true if the control used charCode as a mnemonic.

See Also

AxHost Class | AxHost Members | System.WinForms Namespace