Method BubbleMouseEnter
BubbleMouseEnter(AbstractControl?, long, PointD?, out bool)
Bubbles mouse enter event with the specified parameters.
public static void BubbleMouseEnter(AbstractControl? originalTarget, long timestamp, PointD? position, out bool handled)
Parameters
originalTargetAbstractControlControl on which event is originally fired.
timestamplongEvent time.
positionPointD?Mouse position.
handledboolResult of the event processing.