ComboBox::ProcessKeyEventArgs Method (Message%)
.NET Framework (current version)
Processes a key message and generates the appropriate control events.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual bool ProcessKeyEventArgs( Message% m ) override
Parameters
- m
-
Type:
System.Windows.Forms::Message%
A message object, passed by reference, that represents the window message to process.
Return Value
Type: System::Booleantrue if the message was processed by the control; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: