Skip to main content

TdxWizardControlHitTest Members

Contains a wizard control‘s HitTest information.

Constructors

Name Description
Create(TdxCustomWizardControl) Initializes a new instance of the TdxWizardControlCustomObject class with specified settings. Inherited from TdxWizardControlCustomObject.

Properties

Name Description
Cursor Returns the mouse pointer displayed over the inspected point.
HitAtButton Indicates if the inspected point corresponds to a wizard button.
HitAtCommandArea Indicates if the inspected point corresponds to the command area‘s background.
HitAtHeader Indicates if the inspected point corresponds to the header.
HitAtInfoPanel Indicates if the inspected point corresponds to the Info panel.
HitAtTitle Indicates if the inspected point corresponds to the wizard title.
HitAtWatermark Indicates if the inspected point corresponds to the watermark.
HitObject Returns ViewInfo information of the wizard control UI element located at the inspected point.
HitObjectAsButton Provides access to the settings of a wizard button located at the inspected point.
HitPoint Specifies a wizard control point to be inspected.
ScaleFactor Inherited from TdxWizardControlCustomObject.
WizardControl Inherited from TdxWizardControlCustomObject.

Methods

Name Description
Calculate(TPoint) Calculates HitTest information for a specified wizard control point.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also