Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxWizardControlHitTest Members

Contains a wizard control‘s HitTest information.

#Constructors
Show Inherited Hide Inherited

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

#Properties
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

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