Skip to main content
A newer version of this page is available. .

TdxAlertWindowHitTest.HitBackground Property

Returns the ViewInfo information associated with the inspected point if it corresponds to an alert window‘s background.

Declaration

property HitBackground: TdxAlertWindowViewInfo read;

Property Value

Type
TdxAlertWindowViewInfo

Remarks

This property returns a TdxAlertWindowViewInfo class instance if the HitAtBackground property returns True for the inspected point; otherwise, nil.

The table below lists the main TdxAlertWindowViewInfo properties that are useful for custom painting.

Property Description
Bounds The bounding rectangle of an alert window’s background (matches the entire alert window).
Painter The painter class that is used to paint the background.

Note

Since methods of ViewInfo classes support the internal infrastructure and are not intended for use in your code, we recommend that you use only ViewInfo class properties.

See Also