class CGXCellTipPlugin: public CGXPluginComponent
The CGXCellTipPlugin manages cell tip windows using the plug-in approach.
Simply call
EnableCellTips();
at grid initialization time. This will enable the display of the cell tips when cell text is clipped.
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
CGXPluginComponent CGXCellTipWnd