Back to Devexpress

TdxLayoutSizeHitTest Class

vcl-dxlayoutcontainer-6f72f1a5.md

latest1.3 KB
Original Source

TdxLayoutSizeHitTest Class

A HitTest class that identifies a usable (blue) sizing handle shown in customization mode at the inspected point.

Declaration

delphi
TdxLayoutSizeHitTest = class(
    TdxCustomLayoutItemHitTest
)

Remarks

This class does not introduce any new members – it simply overrides the HitTestCode function to return a value that identifies a usable sizing handle.

Inheritance

TObject TdxCustomLayoutHitTest TdxCustomLayoutItemHitTest TdxLayoutSizeHitTest

See Also

TdxCustomLayoutControl.GetHitTest

TdxLayoutContainer.GetHitTest

TdxLayoutSizeHitTest Members

dxLayoutContainer Unit