TcxGridColumnHeaderHorzSizingEdgeHitTest Class
In This Article
Stores HitTest information about a column header’s horizontal sizing handle located at the inspected point.
#Declaration
Delphi
TcxGridColumnHeaderHorzSizingEdgeHitTest = class(
TcxCustomGridColumnHitTest
)
#Remarks
The TcxGridColumnHeaderHorzSizingEdgeHitTest
class overrides the HitTestCode function to return the htColumnHeaderHorzSizingEdge
hit code if a grid View column header’s horizontal sizing handle is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxCustomGridColumnHitTest
TcxGridColumnHeaderHorzSizingEdgeHitTest
See Also