UtilScintillaNetDisableControlKeysPrint Method
Supress the print-code for the Control keys pressed in 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 DisableControlKeysPrint(
Scintilla editor
)
Public Shared Sub DisableControlKeysPrint (
editor As Scintilla
)
Dim editor As Scintilla
UtilScintillaNet.DisableControlKeysPrint(editor)
public:
static void DisableControlKeysPrint(
Scintilla^ editor
)
static member DisableControlKeysPrint :
editor : Scintilla -> unit
No code example is currently available or this language may not be supported.
Parameters
- editor Scintilla
-
The source Scintilla editor.