ToolStripDropDownButton::ProcessMnemonic Method (Char)
.NET Framework (current version)
Retrieves a value indicating whether the drop-down list of the ToolStripDropDownButton has items.
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 character to process.
UIPermission
for all windows for inheriting classes to call this method. Associated enumeration: AllWindows value of UIPermissionWindow.
.NET Framework
Available since 2.0
Available since 2.0
Show: