Skip to main content

TdxAlertWindowHitTest.HitAtBackground Property

Indicates if the inspected point corresponds to the background of an alert window.

Declaration

property HitAtBackground: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the inspected point falls within an alert window area free from any UI elements; otherwise – False. Use the HitBackground property to access ViewInfo information associated with the background.

See Also