CGXGridCore::ImplementExcelLikeFrame

void ImplementExcelLikeFrame();

Remarks

Provides implementation for Excel-like Selection Frame. In order to turn on Excel-like Selection Frame for individual grids call

   GetParam()->SetSyncCurrentCell(TRUE);
   GetParam()->SetExcelLikeCurrentCell(TRUE);
   GetParam()->SetExcelLikeSelectionFrame(TRUE);

CGXGridCore

 Class Overview |  Class Members