KeyEventOptions.SuppressKeyPress Property
Gets or sets a value indicating whether the key event should be passed on to the underlying control.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool SuppressKeyPress { get; set; }
Public Property SuppressKeyPress As Boolean
Get
Set
public:
property bool SuppressKeyPress {
bool get ();
void set (bool value);
}
member SuppressKeyPress : bool with get, set
Property Value
Boolean