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