SetupEditStyle Event

Fired before the EditWindow is created, used to modify window styles.

Syntax

Private Sub VSFlexGrid_SetupEditStyle (Row As Long, Col As Long, IsCombo As Boolean, Style As Long, StyleEx As Long)

Remarks

The parameters for the SetupEditStyle event are described below:

Row As Long

Col As Long

IsCombo As Boolean

Style As Long

StyleEx As Long

See Also

VSFlexGrid Control