TdxAlertWindowHitTest.HitAtNavigationPanelNextButton Property
Indicates if the inspected point corresponds to the Next Message navigation panel button displayed in an alert window.
Declaration
property HitAtNavigationPanelNextButton: Boolean read;
Property Value
| Type |
|---|
| Boolean |
Remarks
This property returns True if the inspected point corresponds to the Next Message navigation panel button; otherwise, False. Use the HitNavigationPanelNextButton property to access ViewInfo information associated with this button.
See Also