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