TdxAlertWindowHitTest.HitAtWindowArea Property
Indicates if the inspected point corresponds to an alert window.
Declaration
property HitAtWindowArea: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True
if the inspected point falls anywhere within an alert window’s area; otherwise, False
. Use the ViewInfo property to access ViewInfo information associated with the entire alert window. To determine if the inspected point corresponds to a specific UI element, use the corresponding HitAt-prefixed property.
See Also