TdxWizardControlHitTest Properties
Contains a wizard control‘s HitTest information.| 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. |
See Also