TdxAlertWindowHitTest.HitNavigationPanelText Property
Returns ViewInfo information associated with the inspected point if it corresponds to the area that is used to display the navigation panel text in an alert window.
Declaration
property HitNavigationPanelText: TdxAlertWindowNavigationPanelTextViewInfo read;
Property Value
Type |
---|
TdxAlertWindowNavigationPanelTextViewInfo |
Remarks
This property returns a TdxAlertWindowNavigationPanelTextViewInfo
class instance if the HitAtNavigationPanelText property returns True
for the inspected point; otherwise, nil
.
The table below lists the main TdxAlertWindowNavigationPanelTextViewInfo
properties that are useful for custom painting.
Property | Description |
---|---|
Bounds |
The bounding rectangle of the area. |
Painter |
The painter class that is used to paint the area. |
Text |
Text to be painted within the area. |
Font |
Font settings. |
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