.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.propgrid.PGKeyboardAction: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PGKeyboardAction** ========================================================================================================================================== The `PGKeyboardAction` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ Invalid NextProperty Select the next property. PrevProperty Select the previous property. ExpandProperty Expand the selected property, if it has child items. CollapseProperty Collapse the selected property, if it has child items. CancelEdit Cancel and undo any editing done in the currently active property editor. Edit Move focus to the editor control of the currently selected property. PressButton Causes editor's button (if any) to be pressed. ================================================================================ ================================================================================ |