FastColoredTextBox.OnMouseWheel Method

T3000 CrossPlatform

FastColoredTextBoxOnMouseWheel Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnMouseWheel(System.Windows.Forms.MouseEventArgs)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected override void OnMouseWheel(
	MouseEventArgs e
)
Protected Overrides Sub OnMouseWheel ( 
	e As MouseEventArgs
)

Dim e As MouseEventArgs

Me.OnMouseWheel(e)

Parameters

e
Type: System.Windows.FormsMouseEventArgs

[Missing <param name="e"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnMouseWheel(System.Windows.Forms.MouseEventArgs)"]

See Also