Contains information relayed to property's OnCustomPaint. More...
#include <propgrid.h>
Public Attributes | |
int | m_choiceItem |
Normally -1, otherwise index to drop-down list item that has to be drawn. | |
int | m_drawnHeight |
In a measure item call, set this to the height of item at m_choiceItem index. | |
int | m_drawnWidth |
Set to drawn width in OnCustomPaint (optional). | |
const wxPropertyGrid * | m_parent |
wxPropertyGrid. |
Contains information relayed to property's OnCustomPaint.
Normally -1, otherwise index to drop-down list item that has to be drawn.
In a measure item call, set this to the height of item at m_choiceItem index.
Set to drawn width in OnCustomPaint (optional).