UtilScintillaNetEnableControlKeysPrint Method

Enables the print-code for the Control keys pressed in the specified Scintilla editor that were previously disabled by calling DisableControlKeysPrint(Scintilla) method.

Definition

Namespace: DevCase.ThirdParty.ScintillaNet
Assembly: 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
)

Parameters

editor  Scintilla
The source Scintilla editor.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

jacobslusser.ScintillaNET by Jacob Slusser

See Also