diff --git a/docs/user-interface-tools/control-objects.rst b/docs/user-interface-tools/control-objects.rst index 04a25d0..bc2757f 100644 --- a/docs/user-interface-tools/control-objects.rst +++ b/docs/user-interface-tools/control-objects.rst @@ -1914,6 +1914,18 @@ The list's ``selection`` property is set to the clicked item. -------------------------------------------------------------------------------- +.. _control-event-onenterkey: + +onEnterKey +************* + +.. warning:: + This method/property is officially undocumented and was found via research. The information here may be inaccurate, and this whole method/property may disappear or stop working some point. Please contribute if you have more information on it! + +Called when the user presses return or enter in a :ref:`control-type-edittext` control. + +-------------------------------------------------------------------------------- + .. _control-event-ondraw: onDraw