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

TdxAlertWindowHitTest.HitNavigationPanelPreviousButton Property

Returns the ViewInfo information associated with the inspected point if it corresponds to the Previous Message navigation panel button displayed in an alert window.

Declaration

property HitNavigationPanelPreviousButton: TdxAlertWindowPreviousButtonViewInfo read;

Property Value

Type
TdxAlertWindowPreviousButtonViewInfo

Remarks

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

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

Property Description
Bounds The bounding rectangle of the Previous Message navigation panel button.
Painter The painter class that is used to paint the button.
Enabled and State The button’s states.
GlyphSize The size of an image displayed within the button.

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