UtilScintillaNetSetCSharpSystemStyle Method
Sets a C# system-default lexer style 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 SetCSharpSystemStyle(
Scintilla editor
)
Public Shared Sub SetCSharpSystemStyle (
editor As Scintilla
)
Dim editor As Scintilla
UtilScintillaNet.SetCSharpSystemStyle(editor)
public:
static void SetCSharpSystemStyle(
Scintilla^ editor
)
static member SetCSharpSystemStyle :
editor : Scintilla -> unit
No code example is currently available or this language may not be supported.
Parameters
- editor Scintilla
-
The source Scintilla editor.