 | PdfViewerIsInputKey Method |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected override bool IsInputKey(
Keys keyData
)
Protected Overrides Function IsInputKey (
keyData As Keys
) As Boolean
protected:
virtual bool IsInputKey(
Keys keyData
) override
abstract IsInputKey :
keyData : Keys -> bool
override IsInputKey :
keyData : Keys -> bool protected boolean IsInputKey(
Keys keyData
)
function IsInputKey(keyData);
Parameters
- keyData Keys
- One of the System.Windows.Forms.Keys values.
Return Value
Booleantrue if the specified key is a regular input key; otherwise, false.
See Also