UtilScintillaNetAddLineNumbers Method
Adds line numbers on the specified Scintilla editor.
Namespace: DevCase.ThirdParty.ScintillaNetAssembly: 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
)
Public Shared Sub AddLineNumbers (
editor As Scintilla,
marginIndex As Integer
)
Dim editor As Scintilla
Dim marginIndex As Integer
UtilScintillaNet.AddLineNumbers(editor, marginIndex)
public:
static void AddLineNumbers(
Scintilla^ editor,
int marginIndex
)
static member AddLineNumbers :
editor : Scintilla *
marginIndex : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- editor Scintilla
-
The source Scintilla editor.
- marginIndex Int32
-
The margin index of the Margins where to display the line numbers.