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