TdxAlertWindowHitTest.HitAtCaptionButtonClose Property
Indicates if the inspected point corresponds to the Close caption button displayed in an alert window.
Declaration
property HitAtCaptionButtonClose: Boolean read;
Property Value
| Type |
|---|
| Boolean |
Remarks
This property returns True if the inspected point corresponds to the Close caption button; otherwise – False. Use the HitCaptionButtonClose property to access ViewInfo information associated with this caption button.
See Also