Gets or sets flags that affect the behavior of the control.
[form!]VSFlexGrid.Flags[ = ControlFlagsSettings ]
The settings for the Flags property are described below:
By default, VSFlexGrid fires selection change events whenever the selection changes, even when the cell coordinates are invalid (for example, the selection was removed by setting Row = -1, or the old row was removed with Rows = 1).
If you set fg.Flags = flexCFV7SelectionEvents, then the control will fire selection events (BeforeSelChange, AfterSelChange) only when the Row/Col parameters refer to valid coordinates. (This is the same behavior as in VSFlexGrid version 7.)