.. 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.PGVFBFlags:

==========================================================================================================================================
|phoenix_title|  **wx.propgrid.PGVFBFlags**
==========================================================================================================================================



The `PGVFBFlags` enumeration provides the following values:



================================================================================ ================================================================================
**Description**                                                                  **Value**
================================================================================ ================================================================================
Null                                                                             
StayInProperty                                                                   Prevents user from leaving property unless value is valid. 
                     
Beep                                                                             Calls `wx.Bell`       on validation failure. 
                     
MarkCell                                                                         Cell with invalid value will be marked (with red colour). 
                     
ShowMessage                                                                      Display a text message explaining the situation. 
                     
ShowMessageBox                                                                   Similar to ``SHOW_MESSAGE``, except always displays the message using MessageBox. 
                     
ShowMessageOnStatusBar                                                           Similar to ``SHOW_MESSAGE``, except always displays the message on the status bar (when present - you can reimplement :meth:`wx.propgrid.PropertyGrid.GetStatusBar`   in a derived class to specify this yourself). 
                     
Default                                                                          Defaults. 
                     
Undefined                                                                        
================================================================================ ================================================================================

|

