TcxGridCustomizationFormHitTest Class
In This Article
Stores HitTest information about the customization form located at the inspected point.
#Declaration
Delphi
TcxGridCustomizationFormHitTest = class(
TcxCustomGridViewHitTest
)
#Remarks
The TcxGridCustomizationFormHitTest
class overrides the HitTestCode function to return the htCustomizationForm
hit code if the customization form is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridCustomizationFormHitTest
See Also