Structure passed to OnGetDispInfo Note: for the present, only the m_text member is supported by X. More...
#include <mgui/grid.h>
Public Member Functions | |
| DISPINFO () | |
| ~DISPINFO () | |
Public Attributes | |
| bool | m_bSelected |
| CELLTYPE | m_CellType |
| int | m_IconIndex |
| int | m_indent |
| int | m_OverlayImageIndex |
| int | m_StateImageIndex |
| MISTRING | m_text |
| MISTRING | m_ToolTipStr |
Structure passed to OnGetDispInfo Note: for the present, only the m_text member is supported by X.
| MGUI::CTRL_GRID::DISPINFO::DISPINFO | ( | ) | [inline] |
| MGUI::CTRL_GRID::DISPINFO::~DISPINFO | ( | ) | [inline] |
0-based Index into IMAGELIST set by SetImageList(), -1 == none
Number of icon widths to indent (default == 0).
Drawn on top of item's icon. -1 = none.
Displayed next to the item's icon -1 = none.
String to display.
String to display as a data tip, call MISTRING::Clear() to show no data tip.
1.6.1