WindowlessComponentHitsOutsideLocation Property |
True if component allows the hittest outside the location
Namespace:
Easymap.AddIn.Common
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public bool HitsOutsideLocation { get; }
Public ReadOnly Property HitsOutsideLocation As Boolean
Get
Property Value
Type:
BooleanRemarks
Elements can provide false after the HitTest if the tested point is outside the location.
Therefor HitsOutsideLocation overrides this behaviour.
See Also