property PropertiesList.EditOnKey as Long
Customizes the F4 key to let user edits a property using the keys.

TypeDescription
Long A long expression that indicates the key code used instead F4 key.
If the EditOnSelect property is False, you can start editing a property using the keyboard using the F4 key. Use the EditOnKey property to specify the key being used to open the property's editor when EditOnSelect property is False. By default, the EditOnKey property is VK_F4.