UtilScintillaNetRemoveLineNumbers(Scintilla, Int32, Int32) Method
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 RemoveLineNumbers(
Scintilla editor,
int marginIndex,
int marginWidth
)
Public Shared Sub RemoveLineNumbers (
editor As Scintilla,
marginIndex As Integer,
marginWidth As Integer
)
Dim editor As Scintilla
Dim marginIndex As Integer
Dim marginWidth As Integer
UtilScintillaNet.RemoveLineNumbers(editor, marginIndex,
marginWidth)
public:
static void RemoveLineNumbers(
Scintilla^ editor,
int marginIndex,
int marginWidth
)
static member RemoveLineNumbers :
editor : Scintilla *
marginIndex : int *
marginWidth : 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 remove the line numbers.
- marginWidth Int32
-
Restores the width of the specified Margins to the desired value.