CGXControl::NeedShowCellTip
virtual
OOL CGXControl::NeedShowCellTip(ROWCOL nRow, ROWCOL nCol, CGXStyle* pStyle);
nRow
Row containing the cell in question
nCol
Column containing the cell in question.
pStyle
Pointer to the cell's composed style object
Return Value
TRUE if a cell tip needs to be shown; FALSE otherwise.
Remarks
Called to determine if a cell tip window needs to be shown.
See Also
CGXCellTipPlugin::NeedShowCellTip