eDriven Framework API
MouseWheelTargets Property
NamespaceseDriven.GuiGuiMouseWheelTargets
eDriven Framework API
The reference to a component stack that will receive mouse wheel events
The stuck is built after each mouse move (contains components from multiple 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)