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