eDriven Framework API
MouseWheelTargets Property
NamespaceseDriven.Gui.ManagersMouseEventDispatcherMouseWheelTargets
eDriven Framework API
The reference to a component that will receive mouse wheel events This component is looked upon after each mouse move on all stages
Declaration Syntax
C#Visual BasicVisual C++
public static List<Component> MouseWheelTargets { get; }
Public Shared ReadOnly Property MouseWheelTargets As List(Of Component)
	Get
public:
static property List<Component^>^ MouseWheelTargets {
	List<Component^>^ get ();
}

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