Click or drag to resize

EngineScrollBarOnMouseDown Method

What should happen here: 1. Save information that mouse is down 2. Call timer event handler (it will repeat periodically MouseDown events as long as mouse is down)

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override void OnMouseDown(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
Standard MouseEventArgs.
See Also