Click or drag to resize

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; }

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