←Select platform

IsInputKey Method

Syntax

C#
VB
C++
protected override bool IsInputKey( 
   Keys keyData 
) 
Protected Overrides Function IsInputKey( 
   ByVal keyData As System.Windows.Forms.Keys 
) As Boolean 
protected:  
   virtual bool IsInputKey( 
      System::Windows::Forms::Keys^ keyData 
   ) override 

Parameters

keyData

The key(s) to check.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly