OnKeyPressing Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public void OnKeyPressing(
	KeyPressEventArgs args
)
Visual Basic
Public Sub OnKeyPressing ( _
	args As KeyPressEventArgs _
)
Visual C++
public:
void OnKeyPressing(
	KeyPressEventArgs^ args
)

See Also