Piccolo.NET

PCanvas.IsInputKey Method 

Overridden. Determines whether the specified key is a regular input key or a special key that requires preprocessing.

protected override bool IsInputKey(
   Keys keyData
);

Parameters

keyData
One of the Keys values.

Return Value

True if the specified key is a regular input key; otherwise, false.

Remarks

This method is overridden so that events from the arrow keys will be sent to the control, rather than pre-processed.

See Also

PCanvas Class | UMD.HCIL.Piccolo Namespace


Web Accessibility