UtilScintillaNetRemoveLineNumbers(Scintilla, Int32, Int32) Method

Removes the line numbers on the specified Scintilla editor that were previously added by calling AddLineNumbers(Scintilla, Int32) method.

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 RemoveLineNumbers(
	Scintilla editor,
	int marginIndex,
	int marginWidth
)

Parameters

editor  Scintilla
The source Scintilla editor.
marginIndex  Int32
The margin index of the Margins where to remove the line numbers.
marginWidth  Int32
Restores the width of the specified Margins to the desired value.

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