'Declaration Protected Overrides Function ProcessCmdKey( _
ByRef msgA Message, passed by reference, that represents the window message to process.As System.Windows.Forms.Message, _
ByVal keyDataOne of the Keys values that represents the key to process.As System.Windows.Forms.Keys _
) As Boolean
protected override bool ProcessCmdKey(
ref System.Windows.Forms.Message msg,
System.Windows.Forms.Keys keyData
)
protected: bool ProcessCmdKey(
ref System.Windows.Forms.Message* msg,
System.Windows.Forms.Keys* keyData
); override
protected:
bool ProcessCmdKey(
System.Windows.Forms.Message^% msg,
System.Windows.Forms.Keys^ keyData
); override
Parameters
- msg
- A Message, passed by reference, that represents the window message to process.
- keyData
- One of the Keys values that represents the key to process.
Return Value
True if the character was processed by the control; otherwise, false.