Skip to main content

TcxGridCustomizationFormHitTest Class

Contains the HitTest information about the customization form located at the inspected point.

Declaration

TcxGridCustomizationFormHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htCustomizationForm hit code if the customization form is located at the inspected point.

Inheritance

See Also