#include <wx/propgrid/propgridpagestate.h>
wxPropertyGridHitTestResult
A return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid.
| wxPGProperty* wxPropertyGridHitTestResult::GetProperty |
( |
| ) |
const |
|
inline |
| int wxPropertyGridHitTestResult::column |
Property.
NULL if empty space below properties was hit
| int wxPropertyGridHitTestResult::splitter |
Index of splitter hit, -1 for none.
| int wxPropertyGridHitTestResult::splitterHitOffset |
If splitter hit, offset to that.