This is a method on any control, so you could either inherit the MaintenanceFormToolstrip and add it there...or if this is more of a one time thing then you could just do it in the form. In either case, the code would be the same:
'-- Return out of the method Return True
End Select
'-- Perform the default logic hereReturn MyBase.ProcessCmdKey(msg, keyData)End Function