DbTable.h
Members |
Description |
kTableHitNone = 0 |
There is no item at the specified point |
kTableHitCell = 0x1 |
The item is a cell |
kTableHitRowIndicator = 0x2 |
The item is at a row |
kTableHitColumnIndicator = 0x4 |
The item is at a column |
kTableHitGridLine = 0x8 |
The item is at a grid line |
Enumeration representing the location of the item in the table.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|