TdxAlertWindowHitTest Properties
Contains an alert window‘s HitTest information.| Name | Description |
|---|---|
| HitAtBackground | Indicates if the inspected point corresponds to the background of an alert window. |
| HitAtButton | Indicates if the inspected point corresponds to a custom button displayed in an alert window. |
| HitAtCaptionButtonClose | Indicates if the inspected point corresponds to the Close caption button displayed in an alert window. |
| HitAtCaptionButtonDropdown | Indicates if the inspected point corresponds to the Dropdown caption button displayed in an alert window. |
| HitAtCaptionButtonPin | Indicates if the inspected point corresponds to the Pin caption button displayed in an alert window. |
| HitAtMessageCaptionText | Indicates if the inspected point corresponds to the area that is used to display a message caption text in an alert window. |
| HitAtMessageImage | Indicates if the inspected point corresponds to an alert window‘s message image. |
| HitAtMessageText | Indicates if the inspected point corresponds to the area that is used to display a message text in an alert window. |
| HitAtNavigationPanelNextButton | Indicates if the inspected point corresponds to the Next Message navigation panel button displayed in an alert window. |
| HitAtNavigationPanelPreviousButton | Indicates if the inspected point corresponds to the Previous Message navigation panel button displayed in an alert window. |
| HitAtNavigationPanelText | Indicates if the inspected point corresponds to the area that is used to display the navigation panel text in an alert window. |
| HitAtWindowArea | Indicates if the inspected point corresponds to an alert window. |
| HitBackground | Returns the ViewInfo information associated with the inspected point if it corresponds to an alert window‘s background. |
| HitButton | Returns the ViewInfo information associated with the inspected point if it corresponds to an alert window‘s custom button. |
| HitCaptionButtonClose | Returns the ViewInfo information associated with the inspected point if it corresponds to an alert window‘s Close caption button. |
| HitCaptionButtonDropdown | Returns the ViewInfo information associated with the inspected point if it corresponds to an alert window‘s Dropdown caption button. |
| HitCaptionButtonPin | Returns the ViewInfo information associated with the inspected point if it corresponds to an alert window‘s Pin caption button. |
| HitMessageCaptionText | Returns ViewInfo information associated with the inspected point if it corresponds to an alert window‘s message caption text area. |
| HitMessageImage | Returns ViewInfo information associated with the inspected point if it corresponds to an alert window‘s message image. |
| HitMessageText | Returns ViewInfo information associated with the inspected point if it corresponds to an alert window‘s message text area. |
| HitNavigationPanelNextButton | Returns ViewInfo information associated with the inspected point if it corresponds to the Next Message navigation panel button displayed in an alert window. |
| HitNavigationPanelPreviousButton | Returns ViewInfo information associated with the inspected point if it corresponds to the Previous Message navigation panel button displayed in an alert window. |
| HitNavigationPanelText | Returns ViewInfo information associated with the inspected point if it corresponds to the area that is used to display the navigation panel text in an alert window. |
| HitPoint | Specifies the alert window‘s point to be inspected. |
| ViewInfo | Returns general ViewInfo information associated with the inspected point located in an alert window‘s background. |
See Also