UtilScintillaNetAddLineNumbers Method

Adds line numbers on the specified Scintilla editor.

Definition

Namespace: DevCase.ThirdParty.ScintillaNet
Assembly: DevCase.net48.ThirdParty.ScintillaNet (in DevCase.net48.ThirdParty.ScintillaNet.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void AddLineNumbers(
	Scintilla editor,
	int marginIndex
)

Parameters

editor  Scintilla
The source Scintilla editor.
marginIndex  Int32
The margin index of the Margins where to display the line numbers.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

jacobslusser.ScintillaNET by Jacob Slusser

See Also