CGXGridCore::EnableCellTips

void EnableCellTips(CRuntimeClass* pCellTipWndFactory = NULL);

pCellTipWndFactory

Optional pointer to a CGXCellTipWndFactory derived cell tip window factory. You should pass in a factory pointer when you wan tot add new cell tip window types.

Return Value

TRUE if cell tips are supported; FALSE if initialization failed.

Remarks

To enable cell tips for cells you have to call

   EnableCellTips();

at initialization time of the grid (e.g., OnInitialUpdate or OnInitDialog).

Note

Cell tips are only supported for MFC Version 4.0 or later!

Cell tips are only supported for cells with WrapText set to FALSE. Also, the following cell types are not supported at this time:

· Check boxes

· Radio buttons

· Push button

· MFC combo boxes

· Rich edit control

· Progress control

See Also

 CGXCellTipPlugin

CGXGridCore

 Class Overview |  Class Members