TdxAlertWindowHitTest.HitAtButton Property
Indicates if the inspected point corresponds to a custom button displayed in an alert window.
Declaration
property HitAtButton: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True
if the inspected point corresponds to a custom button; otherwise – False
. Use the HitButton property to access ViewInfo information associated with this custom button.
See Also