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 wx.propgrid.PropertyGrid.GetStatusBar in a derived class to specify this yourself).

Default

Defaults.

Undefined