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