FastColoredTextBox.OnScroll Method (ScrollEventArgs, Boolean)

T3000 CrossPlatform

FastColoredTextBoxOnScroll Method (ScrollEventArgs, Boolean)

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnScroll(System.Windows.Forms.ScrollEventArgs,System.Boolean)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void OnScroll(
	ScrollEventArgs se,
	bool alignByLines
)
Public Sub OnScroll ( 
	se As ScrollEventArgs,
	alignByLines As Boolean
)

Dim instance As FastColoredTextBox
Dim se As ScrollEventArgs
Dim alignByLines As Boolean

instance.OnScroll(se, alignByLines)

Parameters

se
Type: System.Windows.FormsScrollEventArgs

[Missing <param name="se"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnScroll(System.Windows.Forms.ScrollEventArgs,System.Boolean)"]

alignByLines
Type: SystemBoolean

[Missing <param name="alignByLines"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OnScroll(System.Windows.Forms.ScrollEventArgs,System.Boolean)"]

See Also