Click or drag to resize

KeyEventSuppressKeyPress Property

Gets or sets a value indicating whether the key event should be passed on to the underlying control.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SuppressKeyPress { get; set; }

Property Value

Type: Boolean
See Also