eDriven Framework API
MouseTarget Property
NamespaceseDriven.Gui.ManagersMouseEventDispatcherMouseTarget
eDriven Framework API
The reference to a component that is under the mouse This component is looked upon after each mouse move on all stages
Declaration Syntax
C#Visual BasicVisual C++
public static Component MouseTarget { get; private set; }
Public Shared Property MouseTarget As Component
	Get
	Private Set
public:
static property Component^ MouseTarget {
	Component^ get ();
	private: void set (Component^ value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)