TdxAlertWindowHitTest.ViewInfo Property
Returns general ViewInfo information associated with the inspected point located in an alert window‘s background.
Declaration
property ViewInfo: TdxAlertWindowCustomViewInfo read;
Property Value
Type |
---|
TdxAlertWindowCustomViewInfo |
Remarks
This property returns a TdxAlertWindowCustomViewInfo
class instance that provides only general ViewInfo information on the inspected point. To obtain UI element-specific ViewInfo, check the corresponding HitAt-prefixed property and then access the associated Hit-prefixed property.
The table below lists the main TdxAlertWindowCustomViewInfo
properties that are useful for custom painting.
Property | Description |
---|---|
Bounds |
The bounding rectangle of the alert window. |
Painter |
The painter class that is used to paint the alert window. |
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