Public Member Functions | |
CInPlaceTooltipCtrl (bool autoDelete) | |
Constructor. | |
virtual bool | Activate (const CGrid &grid, CGridCell &cell) |
Makes a tooltip window visible. | |
virtual CString | GetCurrentText () const |
Gets the text returned by ITooltip interface. | |
virtual CSize | GetSize (const CGrid &grid, const CGridCell &cell) const |
Gets the size requested by the tooltip to show a text without restriction. |
It uses the same font and text alignement as in the cell.
CInPlaceTooltipCtrl | ( | bool | autoDelete | ) |
Constructor.
[in] | autoDelete | Indicates that this object can be destroyed in the destructor of CGrid |
Makes a tooltip window visible.
[in] | grid | The grid |
[in] | cell | Value indicates location and content of the tooltip |
Reimplemented from CTooltipCtrl.
CString GetCurrentText | ( | ) | const [virtual] |
Gets the text returned by ITooltip interface.
Reimplemented from CTooltipCtrl.
Gets the size requested by the tooltip to show a text without restriction.
Reimplemented from CTooltipCtrl.
Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |