#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.
◆ GetProperty()
| wxPGProperty* wxPropertyGridHitTestResult::GetProperty |
( |
| ) |
const |
|
inline |
◆ column
| int wxPropertyGridHitTestResult::column |
◆ splitter
| int wxPropertyGridHitTestResult::splitter |
Index of splitter hit, -1 for none.
◆ splitterHitOffset
| int wxPropertyGridHitTestResult::splitterHitOffset |
If splitter hit, offset to that.