Button::ProcessMnemonic Method (Char)
.NET Framework (current version)
Processes a mnemonic character.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: [UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)] virtual bool ProcessMnemonic( wchar_t charCode ) override
Parameters
- charCode
-
Type:
System::Char
The mnemonic character entered.
When overriding ProcessMnemonic in a derived class, be sure to call the base class's ProcessMnemonic to ensure that basic functionality remains unchanged.
.NET Framework
Available since 1.1
Available since 1.1
Show: