Table of Contents

Method InitMouseTargetTracking

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InitMouseTargetTracking()

Initializes mouse target tracking by subscribing to control parent change, visibility change and other events. You should not call this method, this is reserved for internal use.

public static void InitMouseTargetTracking()

Remarks

This method enables automatic tracking of mouse target controls by handling changes in control hierarchy and visibility. It should be called once during application startup or when mouse target tracking needs to be activated. Subsequent calls have no additional effect.