Back to Devexpress

TdxWizardControlHitTest Class

vcl-dxcustomwizardcontrol-2a4bc831.md

latest1.2 KB
Original Source

TdxWizardControlHitTest Class

Contains a wizard control‘s HitTest information.

Declaration

delphi
TdxWizardControlHitTest = class(
    TdxWizardControlCustomObject
)

Remarks

Members of this class allow you to inspect a specific wizard control point and obtain the HitTest information about this point. A TdxWizardControlHitTest object is referenced by a wizard control HitTest property.

Note

The HitTest information provided by a TdxWizardControlHitTest object is valid only for wizard control elements – it excludes wizard page content (that is, visual controls embedded into a wizard page).

Inheritance

TObject TdxWizardControlCustomObject TdxWizardControlHitTest

See Also

TdxWizardControlHitTest Members

dxCustomWizardControl Unit