GRID.EnableTitleTips |
![]() ![]() |
state = GRID.EnableTitleTips( BYVAL nControl AS INTEGER, BYVAL state AS INTEGER ) AS INTEGER
Sets whether or not the grid cells can display Title Tips.
Example:
' Set Grid Properties... GRID.EnableSelection( nControl, FALSE ); GRID.EnableTitleTips( nControl, FALSE ); GRID.EnableNoClip( nControl, TRUE ); GRID.Editable( nControl, FALSE ); GRID.FrameFocusCell( nControl, FALSE ); GRID.TrackFocusCell( nControl, FALSE ) GRID.SetDefaultType( nControl, MG_CELL_REAL )
|