GRID.EnableNoClip

Previous  Next

 

state = GRID.EnableNoClip( BYVAL nControl AS INTEGER,

                           BYVAL state AS INTEGER ) AS INTEGER

 

 

 

 

Sets whether or not the grid cells can be set to No Clip.  See GRID.ItemFormat for information on how to set a cell to No Clip format.

 

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 )